Interface RollingPolicy

All Superinterfaces:
LifeCycle
All Known Implementing Classes:
FixedWindowRollingPolicy, RollingPolicyBase, SizeAndTimeBasedRollingPolicy, TimeBasedRollingPolicy

public interface RollingPolicy extends LifeCycle
A RollingPolicy is responsible for performing the rolling over of the active log file. The RollingPolicy is also responsible for providing the active log file, that is the live file where logging output will be directed.
Author:
Ceki Gülcü
  • Method Details