[#BloombergLP-ball-LogFileCleanerUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::LogFileCleanerUtil :relfileprefix: ../../ :mrdocs: This utility class provides functions for converting log file patterns and for cleaning up log files based on a configuration. == Synopsis Declared in `<ball_logfilecleanerutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct LogFileCleanerUtil; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/ball/LogFileCleanerUtil/enableLogFileCleanup.adoc[`enableLogFileCleanup`] | Enable log file cleanup on `observer` using the specified `config`. | xref:BloombergLP/ball/LogFileCleanerUtil/logPatternToFilePattern.adoc[`logPatternToFilePattern`] | Convert `logPattern` to a filesystem `filePattern` by replacing `%`‐escapes with `*`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#