Module ch.qos.logback.core
Package ch.qos.logback.core.status
package ch.qos.logback.core.status
Contains logback's internal error reporting system.
-
ClassDescriptionA no-operation (nop) StatusListenerPrint all new incoming status messages on the console (System.out).Print all new incoming status messages on the error console (System.err).Print all new incoming status messages on the designated PrintStream.A StatusListener registered with logback context's
StatusManager
will receive notification of every incomingstatus
message.Collect all incoming events in a list.Internal error messages (statii) are managed by instances of this interface.