| 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 | Class and Description |
|---|---|
class |
StatusLoggerAdmin
Implementation of the
StatusLoggerAdminMBean interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
StatusConsoleListener
StatusListener that writes to the Console.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Collection<StatusListener> |
StatusLogger.listeners |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<StatusListener> |
StatusLogger.getListeners()
Returns a thread safe Iterable for the StatusListener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatusLogger.registerListener(StatusListener listener)
Registers a new listener.
|
void |
StatusLogger.removeListener(StatusListener listener)
Removes a StatusListener.
|