Uses of Interface
org.apache.logging.log4j.status.StatusListener
-
Packages that use StatusListener Package Description org.apache.logging.log4j.core.jmx Log4j 2 JMX support.org.apache.logging.log4j.status Status API for Log4j 2. -
-
Uses of StatusListener in org.apache.logging.log4j.core.jmx
Classes in org.apache.logging.log4j.core.jmx that implement StatusListener Modifier and Type Class Description class
StatusLoggerAdmin
Implementation of theStatusLoggerAdminMBean
interface. -
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.
-