Uses of Interface
ch.qos.logback.core.status.StatusListener
-
Packages that use StatusListener Package Description ch.qos.logback.classic.jmx ch.qos.logback.core Contains the main classes of logback core.ch.qos.logback.core.joran.action ch.qos.logback.core.status Contains logback's internal error reporting system.ch.qos.logback.core.util Contains various utility classes. -
-
Uses of StatusListener in ch.qos.logback.classic.jmx
Methods in ch.qos.logback.classic.jmx with parameters of type StatusListener Modifier and Type Method Description (package private) void
JMXConfigurator. addStatusListener(StatusListener statusListener)
(package private) void
JMXConfigurator. removeStatusListener(StatusListener statusListener)
-
Uses of StatusListener in ch.qos.logback.core
Fields in ch.qos.logback.core with type parameters of type StatusListener Modifier and Type Field Description protected java.util.List<StatusListener>
BasicStatusManager. statusListenerList
Methods in ch.qos.logback.core that return types with arguments of type StatusListener Modifier and Type Method Description java.util.List<StatusListener>
BasicStatusManager. getCopyOfStatusListenerList()
Methods in ch.qos.logback.core with parameters of type StatusListener Modifier and Type Method Description boolean
BasicStatusManager. add(StatusListener listener)
This implementation does not allow duplicate installations of OnConsoleStatusListenervoid
BasicStatusManager. remove(StatusListener listener)
Method parameters in ch.qos.logback.core with type arguments of type StatusListener Modifier and Type Method Description private boolean
BasicStatusManager. checkForPresence(java.util.List<StatusListener> statusListenerList, java.lang.Class<?> aClass)
-
Uses of StatusListener in ch.qos.logback.core.joran.action
Fields in ch.qos.logback.core.joran.action declared as StatusListener Modifier and Type Field Description (package private) StatusListener
StatusListenerAction. statusListener
-
Uses of StatusListener in ch.qos.logback.core.status
Classes in ch.qos.logback.core.status that implement StatusListener Modifier and Type Class Description class
NopStatusListener
A no-operation (nop) StatusListenerclass
OnConsoleStatusListener
Print all new incoming status messages on the console (System.out).class
OnErrorConsoleStatusListener
Print all new incoming status messages on the error console (System.err).class
OnPrintStreamStatusListenerBase
Print all new incoming status messages on the on the designated PrintStream.class
StatusListenerAsList
Collect all incoming events in a list.Methods in ch.qos.logback.core.status that return types with arguments of type StatusListener Modifier and Type Method Description java.util.List<StatusListener>
StatusManager. getCopyOfStatusListenerList()
Obtain a copy of the status listener list maintained by this StatusManagerMethods in ch.qos.logback.core.status with parameters of type StatusListener Modifier and Type Method Description boolean
StatusManager. add(StatusListener listener)
Add a status listener.void
StatusManager. remove(StatusListener listener)
); Remove a status listener. -
Uses of StatusListener in ch.qos.logback.core.util
Methods in ch.qos.logback.core.util that return StatusListener Modifier and Type Method Description private static StatusListener
StatusListenerConfigHelper. createListenerPerClassName(Context context, java.lang.String listenerClass)
Methods in ch.qos.logback.core.util with parameters of type StatusListener Modifier and Type Method Description private static void
StatusListenerConfigHelper. initAndAddListener(Context context, StatusListener listener)
-