Package | Description |
---|---|
org.apache.logging.log4j.core.appender.rolling |
Rolling File Appender and support classes.
|
Modifier and Type | Method and Description |
---|---|
DefaultRolloverStrategy |
DefaultRolloverStrategy.Builder.build() |
static DefaultRolloverStrategy |
DefaultRolloverStrategy.createStrategy(java.lang.String max,
java.lang.String min,
java.lang.String fileIndex,
java.lang.String compressionLevelStr,
Action[] customActions,
boolean stopCustomActionsOnError,
Configuration config)
Deprecated.
Since 2.9 Usage of Builder API is preferable
|