|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Action | |
|---|---|
| org.apache.logging.log4j.core.appender.rolling | Rolling File Appender and support classes. |
| org.apache.logging.log4j.core.appender.rolling.helper | 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.helper |
|---|
| Classes in org.apache.logging.log4j.core.appender.rolling.helper 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.helper with type arguments of type Action | |
|---|---|
CompositeAction(List<Action> actions,
boolean stopOnError)
Construct a new composite action. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||