Package | Description |
---|---|
org.apache.logging.log4j.core.appender.rolling |
Rolling File Appender and support classes.
|
Modifier and Type | Class and Description |
---|---|
class |
RolloverDescriptionImpl
Description of actions needed to complete rollover.
|
Modifier and Type | Method and Description |
---|---|
RolloverDescription |
RolloverStrategy.rollover(RollingFileManager manager)
Prepare for a rollover.
|
RolloverDescription |
DirectWriteRolloverStrategy.rollover(RollingFileManager manager)
Performs the rollover.
|
RolloverDescription |
DefaultRolloverStrategy.rollover(RollingFileManager manager)
Performs the rollover.
|