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 Action
RolloverDescriptionImpl.asynchronous
Action to be completed after close of current active log file and before next rollover attempt, may be executed asynchronously.private Action
RollingFileAppender.lastRolloverAsyncAction
Asynchronous action (like compression) from previous rollover.private final Action
RolloverDescriptionImpl.synchronous
Action 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 TypeClassDescriptionclass
Abstract base class for implementations of Action.class
A group of Actions to be executed in sequence.final class
File rename action.final class
Compresses a file using GZ compression.final class
Compresses a file using Zip compression.Fields in org.apache.log4j.rolling.helper declared as Action