| Package | Description |
|---|---|
| org.apache.logging.log4j.status |
Status API for Log4j 2.
|
| Modifier and Type | Method and Description |
|---|---|
List<StatusData> |
StatusLogger.getStatusData()
Returns a List of all events as StatusData objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatusListener.log(StatusData data)
Called as events occur to process the StatusData.
|
void |
StatusConsoleListener.log(StatusData data)
Writes status messages to the console.
|
Copyright © 2006-2016 OPS4J - Open Participation Software for Java. All Rights Reserved.