Uses of Class
org.apache.logging.log4j.core.appender.rolling.action.AbstractAction
-
Packages that use AbstractAction 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. -
-
Uses of AbstractAction in org.apache.logging.log4j.core.appender.rolling
Subclasses of AbstractAction in org.apache.logging.log4j.core.appender.rolling Modifier and Type Class Description private static classRollingFileManager.AsyncActionPerforms actions asynchronously. -
Uses of AbstractAction in org.apache.logging.log4j.core.appender.rolling.action
Subclasses of AbstractAction in org.apache.logging.log4j.core.appender.rolling.action Modifier and Type Class Description classAbstractPathActionAbstract action for processing files that are accepted by the specified PathFilters.classCommonsCompressActionCompresses a file using bzip2 compression.classCompositeActionA group of Actions to be executed in sequence.classDeleteActionRollover or scheduled action for deleting old log files that are accepted by the specified PathFilters.classFileRenameActionFile rename action.classGzCompressActionCompresses a file using GZ compression.classPosixViewAttributeActionFile POSIX attribute view action.classZipCompressActionCompresses a file using Zip compression.
-