| Package | Description |
|---|---|
| org.apache.logging.log4j.core.appender.rolling |
Rolling File Appender and support classes.
|
| org.apache.logging.log4j.core.appender.rolling.action |
Support classes for the Rolling File Appender.
|
| org.apache.logging.log4j.core.config.plugins.convert |
TypeConverter plugins for converter strings into various types.
|
| Class and Description |
|---|
| AbstractAction
Abstract base class for implementations of Action.
|
| Action
The Action interface should be implemented by any class that performs
file system actions for RollingFileAppenders after the close of
the active log file.
|
| Class and Description |
|---|
| AbstractAction
Abstract base class for implementations of Action.
|
| AbstractPathAction
Abstract action for processing files that are accepted by the specified PathFilters.
|
| Action
The Action interface should be implemented by any class that performs
file system actions for RollingFileAppenders after the close of
the active log file.
|
| DeleteAction
Rollover or scheduled action for deleting old log files that are accepted by the specified PathFilters.
|
| Duration
Simplified implementation of the ISO-8601 Durations
standard.
|
| IfAccumulatedFileCount
PathCondition that accepts paths after some count threshold is exceeded during the file tree walk.
|
| IfAccumulatedFileSize
PathCondition that accepts paths after the accumulated file size threshold is exceeded during the file tree walk.
|
| IfAll
Composite
PathCondition that only accepts objects that are accepted by all component conditions. |
| IfAny
Composite
PathCondition that accepts objects that are accepted by any component conditions. |
| IfFileName
PathCondition that accepts files for deletion if their relative path matches either a glob pattern or a regular
expression.
|
| IfLastModified
PathCondition that accepts paths that are older than the specified duration.
|
| IfNot
Wrapper
PathCondition that accepts objects that are rejected by the wrapped component filter. |
| PathCondition
Filter that accepts or rejects a candidate
Path for deletion. |
| PathSorter
Defines the interface of classes that can sort Paths.
|
| PathWithAttributes
Tuple of a
Path and BasicFileAttributes, used for sorting. |
| ScriptCondition
A condition of the
DeleteAction where a user-provided script selects the files to delete from a provided
list. |
| Class and Description |
|---|
| Duration
Simplified implementation of the ISO-8601 Durations
standard.
|