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