|
Log4j 1.3alpha-7 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RolloverDescription | |
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 | |
class |
RolloverDescriptionImpl
Description of actions needed to complete rollover. |
Methods in org.apache.log4j.rolling that return RolloverDescription | |
RolloverDescription |
TimeBasedRollingPolicy.initialize(String currentActiveFile,
boolean append)
Initialize the policy and return any initial actions for rolling file appender.. |
RolloverDescription |
TimeBasedRollingPolicy.rollover(String currentActiveFile)
Prepare for a rollover. This method is called prior to closing the active log file, performs any necessary preliminary actions and describes actions needed after close of current log file. |
RolloverDescription |
RollingPolicy.initialize(String file,
boolean append)
Initialize the policy and return any initial actions for rolling file appender.. |
RolloverDescription |
RollingPolicy.rollover(String activeFile)
Prepare for a rollover. |
RolloverDescription |
FixedWindowRollingPolicy.initialize(String file,
boolean append)
Initialize the policy and return any initial actions for rolling file appender.. |
RolloverDescription |
FixedWindowRollingPolicy.rollover(String currentFileName)
Prepare for a rollover. This method is called prior to closing the active log file, performs any necessary preliminary actions and describes actions needed after close of current log file. |
|
Log4j 1.3alpha-7 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |