| Package | Description |
|---|---|
| org.apache.logging.log4j.status |
Status API for Log4j 2.
|
| Modifier and Type | Method and Description |
|---|---|
List |
StatusLogger.getStatusData()
Returns a List of all events as StatusData objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatusConsoleListener.log(StatusData
Writes status messages to the console.
|
void |
StatusListener.log(StatusData
Called as events occur to process the StatusData.
|