Uses of Interface
org.apache.log4j.rolling.RolloverDescription

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(java.lang.String currentActiveFile, boolean append)
          Initialize the policy and return any initial actions for rolling file appender..
 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.rollover(java.lang.String currentActiveFile)
          Prepare for a rollover.
 RolloverDescription FixedWindowRollingPolicy.rollover(java.lang.String currentFileName)
          Prepare for a rollover.
 RolloverDescription RollingPolicy.rollover(java.lang.String activeFile)
          Prepare for a rollover.
 



Copyright © 2010 The Apache Software Foundation. Licensed under the Apache License, Version 2.0

Apache Extras Companion for Apache log4j, Apache log4j and Apache are trademarks of the Apache Software Foundation.