Package | Description |
---|---|
org.apache.logging.log4j.core.appender.rolling |
Rolling File Appender and support classes.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultRolloverStrategy
When rolling over,
DefaultRolloverStrategy renames files according to an algorithm as described below. |
class |
DirectWriteRolloverStrategy
When rolling over,
DirectWriteRolloverStrategy writes directly to the file as resolved by the file
pattern. |