Uses of Package
ch.qos.logback.core.rolling.helper
Package
Description
Implements various file rolling policies.
Internal helper classes used by
ch.qos.logback.core.rolling
package.Contains various utility classes.
-
ClassDescriptionGiven a date remove older archived log files.RollingCalendar is a helper class to
TimeBasedRollingPolicy
or similar timed-based rolling policies. -
ClassDescriptionGiven a date remove older archived log files.Returns a date formatted by SimpleDateFormatter.After parsing file name patterns, given a number or a date, instances of this class can be used to compute a file name according to the file name pattern and the current date or integer.When asked to convert an integer,
IntegerTokenConverter
the string value of that integer.Converters which can deal only with one type should implement this interface.RollingCalendar is a helper class toTimeBasedRollingPolicy
or similar timed-based rolling policies.TokenConverter
offers some basic functionality used by more specific token converters. -
ClassDescriptionAfter parsing file name patterns, given a number or a date, instances of this class can be used to compute a file name according to the file name pattern and the current date or integer.