Package | Description |
---|---|
org.apache.logging.log4j.core.jmx |
Log4j 2 JMX support.
|
org.apache.logging.log4j.status |
Status API for Log4j 2.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<StatusData> |
StatusLoggerAdminMBean.getStatusData()
Returns a list with the most recent
StatusData objects in the
status history. |
java.util.List<StatusData> |
StatusLoggerAdmin.getStatusData() |
Modifier and Type | Method and Description |
---|---|
void |
StatusLoggerAdmin.log(StatusData data) |
Modifier and Type | Field and Description |
---|---|
private java.util.Queue<StatusData> |
StatusLogger.messages |
Modifier and Type | Method and Description |
---|---|
java.util.List<StatusData> |
StatusLogger.getStatusData()
Returns a List of all events as StatusData objects.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
StatusConsoleListener.filtered(StatusData data) |
void |
StatusListener.log(StatusData data)
Called as events occur to process the StatusData.
|
void |
StatusConsoleListener.log(StatusData data)
Writes status messages to the console.
|