Uses of Package
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.
-
ClassDescriptionA
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. -
ClassDescriptionA RolloverFailure occurs if, for whatever reason a rollover fails.
-
ClassDescriptionA RolloverFailure occurs if, for whatever reason a rollover fails.