public static interface FileLogger.RolloverHandler<T>
Modifier and Type | Method and Description |
---|---|
void |
postprocessLogFile(java.io.File lastLogFile,
FileLogger<T> fileLogger)
Post-process the specified log file that is no longer used by the FileLogger.
|
void postprocessLogFile(java.io.File lastLogFile, FileLogger<T> fileLogger)
lastLogFile
- File of previous log filefileLogger
- FileLogger doing the callback