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

Rolling File Appender and support classes.

See:
          Description

Interface Summary
RolloverDescription Description of actions needed to complete rollover.
RolloverStrategy A RollingPolicy specifies the actions taken on a logging file rollover.
TriggeringPolicy A TriggeringPolicy controls the conditions under which rollover occurs.
 

Class Summary
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.
RolloverDescriptionImpl Description of actions needed to complete rollover.
RolloverStrategyBase  
SizeBasedTriggeringPolicy  
TimeBasedTriggeringPolicy Triggering Policy that causes a rollover based on time.
 

Enum Summary
RolloverFrequency Enumeration of rollover frequency values.
 

Package org.apache.logging.log4j.core.appender.rolling Description

Rolling File Appender and support classes.



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