Package org.apache.log4j.rolling.helper
Internal helper classes used by org.apache.log4j.rolling
package.
-
Interface Summary Interface Description Action The Action interface should be implemented by any class that performs file system actions for RollingFileAppenders after the close of the active log file. -
Class Summary Class Description ActionBase Abstract base class for implementations of Action.CompositeAction A group of Actions to be executed in sequence.FileRenameAction File rename action.GZCompressAction Compresses a file using GZ compression.ZipCompressAction Compresses a file using Zip compression.