Package ch.qos.logback.core.rolling


package ch.qos.logback.core.rolling

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.