public interface FileCompressionEventListener extends EventListener
Implementors must be declared public and have a default constructor.
It is not advisable to attempt to move or rename the compressed backup file
unless you are fully aware of and accept the fact that doing so may, in the
context of the normal operation of the TimeAndSizeRollingAppender ,
break behavioural contracts and cause log data loss.
FileCompressionEvents are processed on the LogFileCompressorTask
thread.
| Modifier and Type | Method and Description |
|---|---|
void |
onFileCompression(FileCompressionEvent fileCompressionEvent) |
void onFileCompression(FileCompressionEvent fileCompressionEvent)