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 classRolloverDescriptionImplDescription of actions needed to complete rollover.Methods in org.apache.log4j.rolling that return RolloverDescription Modifier and Type Method Description RolloverDescriptionFixedWindowRollingPolicy. initialize(java.lang.String file, boolean append)Initialize the policy and return any initial actions for rolling file appender..RolloverDescriptionRollingPolicy. initialize(java.lang.String file, boolean append)Initialize the policy and return any initial actions for rolling file appender..RolloverDescriptionTimeBasedRollingPolicy. initialize(java.lang.String currentActiveFile, boolean append)Initialize the policy and return any initial actions for rolling file appender..RolloverDescriptionFixedWindowRollingPolicy. rollover(java.lang.String currentFileName)Prepare for a rollover.RolloverDescriptionRollingPolicy. rollover(java.lang.String activeFile)Prepare for a rollover.RolloverDescriptionTimeBasedRollingPolicy. rollover(java.lang.String currentActiveFile)Prepare for a rollover.
-