Uses of Package
org.apache.logging.log4j.core.appender.rolling

Packages that use org.apache.logging.log4j.core.appender.rolling
org.apache.logging.log4j.core.appender Log4j 2.0 Appenders. 
org.apache.logging.log4j.core.appender.rolling Rolling File Appender and support classes. 
 

Classes in org.apache.logging.log4j.core.appender.rolling used by org.apache.logging.log4j.core.appender
RolloverStrategy
          A RollingPolicy specifies the actions taken on a logging file rollover.
TriggeringPolicy
          A TriggeringPolicy controls the conditions under which rollover occurs.
 

Classes in org.apache.logging.log4j.core.appender.rolling used by org.apache.logging.log4j.core.appender.rolling
CompositeTriggeringPolicy
          Triggering policy that wraps other policies.
DefaultRolloverStrategy
          When rolling over, FixedWindowRollingPolicy renames files according to a fixed window algorithm as described below.
OnStartupTriggeringPolicy
          Trigger a rollover on every restart.
PatternProcessor
          Parse the rollover pattern.
RollingFileManager
          The Rolling File Manager.
RolloverDescription
          Description of actions needed to complete rollover.
RolloverFrequency
          Enumeration of rollover frequency values.
RolloverStrategy
          A RollingPolicy specifies the actions taken on a logging file rollover.
SizeBasedTriggeringPolicy
           
TimeBasedTriggeringPolicy
          Triggering Policy that causes a rollover based on time.
TriggeringPolicy
          A TriggeringPolicy controls the conditions under which rollover occurs.
 



Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.