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

Packages that use RollingPolicy
org.apache.log4j.rolling Implements various file rolling policies. 
 

Uses of RollingPolicy in org.apache.log4j.rolling
 

Classes in org.apache.log4j.rolling that implement RollingPolicy
 class FixedWindowRollingPolicy
          When rolling over, FixedWindowRollingPolicy renames files according to a fixed window algorithm as described below.
 class RollingPolicyBase
          Implements methods common to most, it not all, rolling policies.
 class TimeBasedRollingPolicy
          TimeBasedRollingPolicy is both easy to configure and quite powerful.
 

Methods in org.apache.log4j.rolling that return RollingPolicy
 RollingPolicy RollingFileAppender.getRollingPolicy()
          Get rolling policy.
 

Methods in org.apache.log4j.rolling with parameters of type RollingPolicy
 void RollingFileAppender.setRollingPolicy(RollingPolicy policy)
          Sets the rolling policy.
 



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.