Uses of Interface
org.apache.log4j.rolling.RolloverDescription
-
Packages that use RolloverDescription Package Description org.apache.log4j.rolling Implements various file rolling policies. -
-
Uses of RolloverDescription in org.apache.log4j.rolling
Classes in org.apache.log4j.rolling that implement RolloverDescription Modifier and Type Class Description class
RolloverDescriptionImpl
Description of actions needed to complete rollover.Methods in org.apache.log4j.rolling that return RolloverDescription Modifier and Type Method Description RolloverDescription
FixedWindowRollingPolicy. initialize(java.lang.String file, boolean append)
Initialize the policy and return any initial actions for rolling file appender..RolloverDescription
RollingPolicy. initialize(java.lang.String file, boolean append)
Initialize the policy and return any initial actions for rolling file appender..RolloverDescription
TimeBasedRollingPolicy. initialize(java.lang.String currentActiveFile, boolean append)
Initialize the policy and return any initial actions for rolling file appender..RolloverDescription
FixedWindowRollingPolicy. rollover(java.lang.String currentFileName)
Prepare for a rollover.RolloverDescription
RollingPolicy. rollover(java.lang.String activeFile)
Prepare for a rollover.RolloverDescription
TimeBasedRollingPolicy. rollover(java.lang.String currentActiveFile)
Prepare for a rollover.
-