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
.
-
Interface Summary Interface Description RollingPolicy Deprecated. This internal logback API is not supported by AEM as a Cloud Service.TimeBasedFileNamingAndTriggeringPolicy<E> Deprecated. TriggeringPolicy<E> Deprecated. -
Class Summary Class Description DefaultTimeBasedFileNamingAndTriggeringPolicy<E> Deprecated. This internal logback API is not supported by AEM as a Cloud Service.FixedWindowRollingPolicy Deprecated. This internal logback API is not supported by AEM as a Cloud Service.RollingFileAppender<E> Deprecated. This internal logback API is not supported by AEM as a Cloud Service.RollingPolicyBase Deprecated. This internal logback API is not supported by AEM as a Cloud Service.SizeAndTimeBasedFNATP<E> Deprecated. SizeAndTimeBasedRollingPolicy<E> Deprecated. SizeBasedTriggeringPolicy<E> Deprecated. This internal logback API is not supported by AEM as a Cloud Service.TimeBasedFileNamingAndTriggeringPolicyBase<E> Deprecated. TimeBasedRollingPolicy<E> Deprecated. This internal logback API is not supported by AEM as a Cloud Service.TriggeringPolicyBase<E> Deprecated. This internal logback API is not supported by AEM as a Cloud Service. -
Exception Summary Exception Description RolloverFailure Deprecated. This internal logback API is not supported by AEM as a Cloud Service.