|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatusListener | |
---|---|
org.apache.logging.log4j.status | Status API for Log4j 2.0. |
Uses of StatusListener in org.apache.logging.log4j.status |
---|
Classes in org.apache.logging.log4j.status that implement StatusListener | |
---|---|
class |
StatusConsoleListener
StatusListener that writes to the Console. |
Methods in org.apache.logging.log4j.status that return types with arguments of type StatusListener | |
---|---|
Iterator<StatusListener> |
StatusLogger.getListeners()
Returns a thread safe Iterator for the StatusListener. |
Methods in org.apache.logging.log4j.status with parameters of type StatusListener | |
---|---|
void |
StatusLogger.registerListener(StatusListener listener)
Register a new listener. |
void |
StatusLogger.removeListener(StatusListener listener)
Remove a StatusListener. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |