Uses of Interface
org.apache.logging.log4j.core.appender.rolling.action.Action

Packages that use Action
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
 

Methods in org.apache.logging.log4j.core.appender.rolling that return Action
 Action RolloverDescriptionImpl.getAsynchronous()
          Action to be completed after close of current active log file and before next rollover attempt, may be executed asynchronously.
 Action RolloverDescription.getAsynchronous()
          Action to be completed after close of current active log file and before next rollover attempt, may be executed asynchronously.
 Action RolloverDescriptionImpl.getSynchronous()
          Action to be completed after close of current active log file before returning control to caller.
 Action RolloverDescription.getSynchronous()
          Action to be completed after close of current active log file before returning control to caller.
 

Constructors in org.apache.logging.log4j.core.appender.rolling with parameters of type Action
RolloverDescriptionImpl(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
 class AbstractAction
          Abstract base class for implementations of Action.
 class CompositeAction
          A group of Actions to be executed in sequence.
 class FileRenameAction
          File rename action.
 class GzCompressAction
          Compresses a file using GZ compression.
 class ZipCompressAction
          Compresses a file using Zip compression.
 

Constructor parameters in org.apache.logging.log4j.core.appender.rolling.action with type arguments of type Action
CompositeAction(List<Action> actions, boolean stopOnError)
          Construct a new composite action.
 



Copyright © 1999-2015 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.