Uses of Interface
org.apache.log4j.rolling.helper.Action
Packages that use Action
Package
Description
Implements various file rolling policies.
Internal helper classes used by
org.apache.log4j.rolling package.-
Uses of Action in org.apache.log4j.rolling
Fields in org.apache.log4j.rolling declared as ActionModifier and TypeFieldDescriptionprivate final 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 final 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 ActionModifier and TypeMethodDescriptionRolloverDescription.getAsynchronous()Action to be completed after close of current active log file and before next rollover attempt, may be executed asynchronously.RolloverDescriptionImpl.getAsynchronous()Action to be completed after close of current active log file and before next rollover attempt, may be executed asynchronously.RolloverDescription.getSynchronous()Action to be completed after close of current active log file before returning control to caller.RolloverDescriptionImpl.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 ActionModifierConstructorDescriptionRolloverDescriptionImpl(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 ActionModifier and TypeClassDescriptionclassAbstract base class for implementations of Action.classA group of Actions to be executed in sequence.final classFile rename action.final classCompresses a file using GZ compression.final classCompresses a file using Zip compression.Fields in org.apache.log4j.rolling.helper declared as Action