Uses of Interface
org.apache.logging.log4j.status.StatusListener
-
Packages that use StatusListener Package Description org.apache.logging.log4j.status Status API for Log4j 2. -
-
Uses of StatusListener in org.apache.logging.log4j.status
Classes in org.apache.logging.log4j.status that implement StatusListener Modifier and Type Class Description class
StatusConsoleListener
StatusListener
that writes to the console.Methods in org.apache.logging.log4j.status that return types with arguments of type StatusListener Modifier and Type Method Description Iterable<StatusListener>
StatusLogger. getListeners()
Returns a thread safe Iterable for the StatusListener.Methods in org.apache.logging.log4j.status with parameters of type StatusListener Modifier and Type Method Description void
StatusLogger. registerListener(StatusListener listener)
Registers a new listener.void
StatusLogger. removeListener(StatusListener listener)
Removes a StatusListener.
-