Uses of Interface
org.apache.logging.log4j.core.appender.rolling.action.Action
-
Packages that use Action 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 Action in org.apache.logging.log4j.core.appender.rolling
Classes in org.apache.logging.log4j.core.appender.rolling that implement Action Modifier and Type Class Description private static classRollingFileManager.AsyncActionPerforms actions asynchronously.Fields in org.apache.logging.log4j.core.appender.rolling declared as Action Modifier and Type Field Description private ActionRollingFileManager.AsyncAction. actionprivate ActionRolloverDescriptionImpl. asynchronousAction to be completed after close of current active log file and before next rollover attempt, may be executed asynchronously.private Action[]DefaultRolloverStrategy.Builder. customActionsprivate Action[]DirectWriteRolloverStrategy.Builder. customActionsprivate ActionRolloverDescriptionImpl. synchronousAction to be completed after close of current active log file before returning control to caller.Fields in org.apache.logging.log4j.core.appender.rolling with type parameters of type Action Modifier and Type Field Description private java.util.List<Action>DefaultRolloverStrategy. customActionsprivate java.util.List<Action>DirectWriteRolloverStrategy. customActionsMethods in org.apache.logging.log4j.core.appender.rolling that return Action Modifier and Type Method Description (package private) abstract ActionFileExtension. createCompressAction(java.lang.String renameTo, java.lang.String compressedName, boolean deleteSource, int compressionLevel)ActionRolloverDescription. getAsynchronous()Action to be completed after close of current active log file and before next rollover attempt, may be executed asynchronously.ActionRolloverDescriptionImpl. getAsynchronous()Action to be completed after close of current active log file and before next rollover attempt, may be executed asynchronously.Action[]DefaultRolloverStrategy.Builder. getCustomActions()Action[]DirectWriteRolloverStrategy.Builder. getCustomActions()ActionRolloverDescription. getSynchronous()Action to be completed after close of current active log file before returning control to caller.ActionRolloverDescriptionImpl. getSynchronous()Action to be completed after close of current active log file before returning control to caller.protected ActionAbstractRolloverStrategy. merge(Action compressAction, java.util.List<Action> custom, boolean stopOnError)Methods in org.apache.logging.log4j.core.appender.rolling that return types with arguments of type Action Modifier and Type Method Description java.util.List<Action>DefaultRolloverStrategy. getCustomActions()java.util.List<Action>DirectWriteRolloverStrategy. getCustomActions()Methods in org.apache.logging.log4j.core.appender.rolling with parameters of type Action Modifier and Type Method Description static DefaultRolloverStrategyDefaultRolloverStrategy. 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 preferablestatic DirectWriteRolloverStrategyDirectWriteRolloverStrategy. createStrategy(java.lang.String maxFiles, java.lang.String compressionLevelStr, Action[] customActions, boolean stopCustomActionsOnError, Configuration config)Deprecated.Since 2.9 Usage of Builder API is preferableprotected ActionAbstractRolloverStrategy. merge(Action compressAction, java.util.List<Action> custom, boolean stopOnError)DefaultRolloverStrategy.BuilderDefaultRolloverStrategy.Builder. withCustomActions(Action[] customActions)Defines custom actions.DirectWriteRolloverStrategy.BuilderDirectWriteRolloverStrategy.Builder. withCustomActions(Action[] customActions)Defines custom actions.Method parameters in org.apache.logging.log4j.core.appender.rolling with type arguments of type Action Modifier and Type Method Description protected ActionAbstractRolloverStrategy. merge(Action compressAction, java.util.List<Action> custom, boolean stopOnError)Constructors in org.apache.logging.log4j.core.appender.rolling with parameters of type Action Constructor Description AsyncAction(Action act, RollingFileManager manager)Constructor.DefaultRolloverStrategy(int minIndex, int maxIndex, boolean useMax, int compressionLevel, StrSubstitutor strSubstitutor, Action[] customActions, boolean stopCustomActionsOnError)Deprecated.Since 2.9 Added tempCompressedFilePatternString parameterDefaultRolloverStrategy(int minIndex, int maxIndex, boolean useMax, int compressionLevel, StrSubstitutor strSubstitutor, Action[] customActions, boolean stopCustomActionsOnError, java.lang.String tempCompressedFilePatternString)Constructs a new instance.DirectWriteRolloverStrategy(int maxFiles, int compressionLevel, StrSubstitutor strSubstitutor, Action[] customActions, boolean stopCustomActionsOnError)Deprecated.Since 2.9 Added tempCompressedFilePatternString parameterDirectWriteRolloverStrategy(int maxFiles, int compressionLevel, StrSubstitutor strSubstitutor, Action[] customActions, boolean stopCustomActionsOnError, java.lang.String tempCompressedFilePatternString)Constructs a new instance.RolloverDescriptionImpl(java.lang.String activeFileName, boolean append, Action synchronous, Action asynchronous)Create new instance. -
Uses of Action in org.apache.logging.log4j.core.appender.rolling.action
Classes in org.apache.logging.log4j.core.appender.rolling.action that implement Action Modifier and Type Class Description classAbstractActionAbstract base class for implementations of Action.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.Fields in org.apache.logging.log4j.core.appender.rolling.action declared as Action Modifier and Type Field Description private Action[]CompositeAction. actionsActions to perform.Methods in org.apache.logging.log4j.core.appender.rolling.action that return Action Modifier and Type Method Description Action[]CompositeAction. getActions()Constructor parameters in org.apache.logging.log4j.core.appender.rolling.action with type arguments of type Action Constructor Description CompositeAction(java.util.List<Action> actions, boolean stopOnError)Construct a new composite action.
-