Package ch.qos.logback.core.rolling.helper
package ch.qos.logback.core.rolling.helper
Internal helper classes used by ch.qos.logback.core.rolling package.
-
Interface SummaryInterfaceDescriptionGiven a date remove older archived log files.Converters which can deal only with one type should implement this interface.
-
Class SummaryClassDescriptionThe
Compressionclass implements ZIP and GZ file compression/decompression methods.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.A utility class using functionality available since JDK 1.7.When asked to convert an integer,IntegerTokenConverterthe string value of that integer.Utility class to help solving problems encountered while renaming files.RollingCalendar is a helper class toTimeBasedRollingPolicyor similar timed-based rolling policies.TokenConverteroffers some basic functionality used by more specific token converters. -
Enum Summary