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