ch.qos.logback.core.rolling package.
RollingPolicy is responsible for performing the rolling over of the active log file.
TimeBasedRollingPolicy.
TriggeringPolicy controls the conditions under which roll-over occurs.
FixedWindowRollingPolicy renames files according to a fixed window algorithm.
RollingFileAppender extends
FileAppender to backup the log files depending on
RollingPolicy and
TriggeringPolicy.
TimeBasedRollingPolicy is both easy to configure and quite powerful.
Implements various file rolling policies.
The RollingFileAppender class serves as the linchpin of this package. Its behaviour is controlled by two subcomponents of type RollingPolicy and TriggeringPolicy.