public interface RolloverStrategy
RollingPolicy specifies the actions taken on a logging file rollover.| Modifier and Type | Method and Description |
|---|---|
RolloverDescription |
rollover(RollingFileManager manager)
Prepare for a rollover.
|
RolloverDescription rollover(RollingFileManager manager) throws java.lang.SecurityException
manager - The RollingFileManager name for current active log file.java.lang.SecurityException - if denied access to log files.