Uses of Interface
org.apache.log4j.rolling.helper.Action
-
Packages that use Action Package Description org.apache.log4j.rolling Implements various file rolling policies.org.apache.log4j.rolling.helper Internal helper classes used byorg.apache.log4j.rollingpackage. -
-
Uses of Action in org.apache.log4j.rolling
Fields in org.apache.log4j.rolling declared as Action Modifier and Type Field Description private ActionRolloverDescriptionImpl. asynchronousAction to be completed after close of current active log file and before next rollover attempt, may be executed asynchronously.private ActionRollingFileAppender. lastRolloverAsyncActionAsynchronous action (like compression) from previous rollover.private ActionRolloverDescriptionImpl. synchronousAction to be completed after close of current active log file before returning control to caller.Methods in org.apache.log4j.rolling that return Action Modifier and Type Method Description 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.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.Constructors in org.apache.log4j.rolling with parameters of type Action Constructor Description RolloverDescriptionImpl(java.lang.String activeFileName, boolean append, Action synchronous, Action asynchronous)Create new instance. -
Uses of Action in org.apache.log4j.rolling.helper
Classes in org.apache.log4j.rolling.helper that implement Action Modifier and Type Class Description classActionBaseAbstract base class for implementations of Action.classCompositeActionA group of Actions to be executed in sequence.classFileRenameActionFile rename action.classGZCompressActionCompresses a file using GZ compression.classZipCompressActionCompresses a file using Zip compression.Fields in org.apache.log4j.rolling.helper declared as Action Modifier and Type Field Description private Action[]CompositeAction. actionsActions to perform.
-