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.
-
ClassDescriptionGiven a date remove older archived log files.This interface was introduced in order to support for pluggable compression methods.The
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.Converters which can deal only with one type should implement this interface.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.Compresses files using tukaani.org/xz library.Compresses files using JDK's Zip compression algorithm.