|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RollingFileManager | |
---|---|
org.apache.logging.log4j.core.appender.rolling | Rolling File Appender and support classes. |
Uses of RollingFileManager in org.apache.logging.log4j.core.appender.rolling |
---|
Subclasses of RollingFileManager in org.apache.logging.log4j.core.appender.rolling | |
---|---|
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. |
Methods in org.apache.logging.log4j.core.appender.rolling that return RollingFileManager | |
---|---|
static RollingFileManager |
RollingFileManager.getFileManager(String fileName,
String pattern,
boolean append,
boolean bufferedIO,
TriggeringPolicy policy,
RolloverStrategy strategy,
String advertiseURI,
Layout<? extends Serializable> layout,
int bufferSize)
Returns a RollingFileManager. |
Methods in org.apache.logging.log4j.core.appender.rolling with parameters of type RollingFileManager | |
---|---|
void |
TriggeringPolicy.initialize(RollingFileManager manager)
Initialize the Policy. |
void |
TimeBasedTriggeringPolicy.initialize(RollingFileManager manager)
Initialize the policy. |
void |
SizeBasedTriggeringPolicy.initialize(RollingFileManager manager)
Initialize the TriggeringPolicy. |
void |
OnStartupTriggeringPolicy.initialize(RollingFileManager manager)
Provide the RollingFileManager to the policy. |
void |
CompositeTriggeringPolicy.initialize(RollingFileManager manager)
Initializes the policy. |
RolloverDescription |
RolloverStrategy.rollover(RollingFileManager manager)
Prepare for a rollover. |
RolloverDescription |
DefaultRolloverStrategy.rollover(RollingFileManager manager)
Perform the rollover. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.