Uses of Package
ch.qos.logback.core.rolling
Packages that use ch.qos.logback.core.rolling
Package
Description
Implements various file rolling policies.
Internal helper classes used by
ch.qos.logback.core.rolling
package.Contains various utility classes.
-
Classes in ch.qos.logback.core.rolling used by ch.qos.logback.core.rollingClassDescriptionA
RollingPolicy
is responsible for performing the rolling over of the active log file.Implements methods common to most, it not all, rolling policies.A RolloverFailure occurs if, for whatever reason a rollover fails.This interface lists the set of methods that need to be implemented by triggering policies which are nested within aTimeBasedRollingPolicy
.Base implementation ofTimeBasedFileNamingAndTriggeringPolicy
.TimeBasedRollingPolicy
is both easy to configure and quite powerful.ATriggeringPolicy
controls the conditions under which roll-over occurs.SizeBasedTriggeringPolicy looks at size of the file being currently written to. -
Classes in ch.qos.logback.core.rolling used by ch.qos.logback.core.rolling.helperClassDescriptionA RolloverFailure occurs if, for whatever reason a rollover fails.
-
Classes in ch.qos.logback.core.rolling used by ch.qos.logback.core.utilClassDescriptionA RolloverFailure occurs if, for whatever reason a rollover fails.