Uses of Interface
ch.qos.logback.core.status.StatusListener
Packages that use StatusListener
Package
Description
Contains the main classes of logback core.
Contains logback's internal error reporting system.
-
Uses of StatusListener in ch.qos.logback.core
Fields in ch.qos.logback.core with type parameters of type StatusListenerModifier and TypeFieldDescriptionprotected final List<StatusListener>
BasicStatusManager.statusListenerList
Methods in ch.qos.logback.core that return types with arguments of type StatusListenerMethods in ch.qos.logback.core with parameters of type StatusListenerModifier and TypeMethodDescriptionboolean
BasicStatusManager.add
(StatusListener listener) This implementation does not allow duplicate installations of OnConsoleStatusListenervoid
BasicStatusManager.remove
(StatusListener listener) -
Uses of StatusListener in ch.qos.logback.core.status
Classes in ch.qos.logback.core.status that implement StatusListenerModifier and TypeClassDescriptionclass
A no-operation (nop) StatusListenerclass
Print all new incoming status messages on the console (System.out).class
Print all new incoming status messages on the error console (System.err).class
Print all new incoming status messages on the on the designated PrintStream.class
Collect all incoming events in a list.Methods in ch.qos.logback.core.status that return types with arguments of type StatusListenerModifier and TypeMethodDescriptionStatusManager.getCopyOfStatusListenerList()
Obtain a copy of the status listener list maintained by this StatusManagerMethods in ch.qos.logback.core.status with parameters of type StatusListenerModifier and TypeMethodDescriptionboolean
StatusManager.add
(StatusListener listener) Add a status listener.void
StatusManager.remove
(StatusListener listener) ); Remove a status listener.