Package | Description |
---|---|
org.apache.logging.log4j.core.appender.rolling |
Rolling File Appender and support classes.
|
Modifier and Type | Class and Description |
---|---|
class |
RollingRandomAccessFileManager
Extends RollingFileManager but instead of using a buffered output stream,
this class uses a
ByteBuffer and a RandomAccessFile to do the
I/O. |
Modifier and Type | Method and Description |
---|---|
static RollingFileManager |
RollingFileManager.getFileManager(String fileName,
String pattern,
boolean append,
boolean bufferedIO,
TriggeringPolicy policy,
RolloverStrategy strategy,
String advertiseURI,
Layout<? extends Serializable> layout)
Returns a RollingFileManager.
|
Modifier and Type | Method and Description |
---|---|
void |
SizeBasedTriggeringPolicy.initialize(RollingFileManager manager)
Initialize the TriggeringPolicy.
|
void |
CompositeTriggeringPolicy.initialize(RollingFileManager manager)
Initializes the policy.
|
void |
TriggeringPolicy.initialize(RollingFileManager manager)
Initialize the Policy.
|
void |
OnStartupTriggeringPolicy.initialize(RollingFileManager manager)
Provide the RollingFileManager to the policy.
|
void |
TimeBasedTriggeringPolicy.initialize(RollingFileManager manager)
Initialize the policy.
|
RolloverDescription |
DefaultRolloverStrategy.rollover(RollingFileManager manager)
Perform the rollover.
|
RolloverDescription |
RolloverStrategy.rollover(RollingFileManager manager)
Prepare for a rollover.
|
Copyright © 1999-2014 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.