Uses of Package
org.apache.logging.log4j.core.appender.rolling.action
Packages that use org.apache.logging.log4j.core.appender.rolling.action
Package
Description
Rolling File Appender and support classes.
Support classes for the Rolling File Appender.
TypeConverter plugins for converter strings into various types.
-
Classes in org.apache.logging.log4j.core.appender.rolling.action used by org.apache.logging.log4j.core.appender.rollingClassDescriptionAbstract base class for implementations of 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.
-
Classes in org.apache.logging.log4j.core.appender.rolling.action used by org.apache.logging.log4j.core.appender.rolling.actionClassDescriptionAbstract base class for implementations of Action.Abstract action for processing files that are accepted by the specified PathFilters.The Action interface should be implemented by any class that performs file system actions for RollingFileAppenders after the close of the active log file.Rollover or scheduled action for deleting old log files that are accepted by the specified PathFilters.Simplified implementation of the ISO-8601 Durations standard.PathCondition that accepts paths after some count threshold is exceeded during the file tree walk.PathCondition that accepts paths after the accumulated file size threshold is exceeded during the file tree walk.Composite
PathConditionthat only accepts objects that are accepted by all component conditions.CompositePathConditionthat accepts objects that are accepted by any component conditions.PathCondition that accepts files for deletion if their relative path matches either a glob pattern or a regular expression.PathCondition that accepts paths that are older than the specified duration.WrapperPathConditionthat accepts objects that are rejected by the wrapped component filter.Filter that accepts or rejects a candidatePathfor deletion.Defines the interface of classes that can sort Paths.Tuple of aPathandBasicFileAttributes, used for sorting.File POSIX attribute view action.Builder for the POSIX view attribute action.A condition of theDeleteActionwhere a user-provided script selects the files to delete from a provided list. -