Module ch.qos.logback.core
Package ch.qos.logback.core.rolling.helper
Internal helper classes used by ch.qos.logback.core.rolling package.
-
Interface Summary Interface Description ArchiveRemover Given a date remove older archived log files.CompressionStrategy This interface was introduced in order to support for pluggable compression methods.MonoTypedConverter Converters which can deal only with one type should implement this interface. -
Class Summary Class Description CompressionStrategyBase Compressor TheCompressionclass implements ZIP and GZ file compression/decompression methods.DateTokenConverter<E> Returns a date formatted by SimpleDateFormatter.FileFilterUtil FileNamePattern 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.FileStoreUtil A utility class using functionality available since JDK 1.7.GZCompressionStrategy IntegerTokenConverter When asked to convert an integer,IntegerTokenConverterthe string value of that integer.RenameUtil Utility class to help solving problems encountered while renaming files.RollingCalendar RollingCalendar is a helper class toTimeBasedRollingPolicyor similar timed-based rolling policies.SizeAndTimeBasedArchiveRemover TimeBasedArchiveRemover TokenConverter TokenConverteroffers some basic functionality used by more specific token converters.XZCompressionStrategy Compresses files using tukaani.org/xz library.ZipCompressionStrategy Compresses files using JDK's Zip compression algorithm. -
Enum Summary Enum Description CompressionMode PeriodicityType