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 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, DefaultRolloverStrategy renames files according to an algorithm as described below.
OnStartupTriggeringPolicy
          Triggers a rollover on every restart.
PatternProcessor
          Parse the rollover pattern.
RollingFileManager
          The Rolling File Manager.
RollingRandomAccessFileManager
          Extends RollingFileManager but instead of using a buffered output stream, this class uses a ByteBuffer and a RandomAccessFile to do the I/O.
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-2015 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.