Package ch.qos.logback.core.status
Class OnConsoleStatusListener
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.status.OnPrintStreamStatusListenerBase
ch.qos.logback.core.status.OnConsoleStatusListener
- All Implemented Interfaces:
ContextAware
,LifeCycle
,StatusListener
Print all new incoming status messages on the console (System.out).
- Author:
- Ceki Gülcü
-
Field Summary
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.qos.logback.core.status.OnPrintStreamStatusListenerBase
addStatusEvent, getPrefix, getRetrospective, isStarted, setPrefix, setRetrospective, start, stop
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
-
Constructor Details
-
OnConsoleStatusListener
public OnConsoleStatusListener()
-
-
Method Details
-
getPrintStream
Description copied from class:OnPrintStreamStatusListenerBase
The PrintStream used by derived classes- Specified by:
getPrintStream
in classOnPrintStreamStatusListenerBase
- Returns:
-