Package ch.qos.logback.core.status
Class OnPrintStreamStatusListenerBase
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.status.OnPrintStreamStatusListenerBase
- All Implemented Interfaces:
ContextAware
,LifeCycle
,StatusListener
- Direct Known Subclasses:
OnConsoleStatusListener
,OnErrorConsoleStatusListener
,OnFileStatusListener
public abstract class OnPrintStreamStatusListenerBase
extends ContextAwareBase
implements StatusListener, LifeCycle
Print all new incoming status messages on the designated PrintStream.
- Author:
- Ceki Gülcü
-
Field Summary
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addStatusEvent
(Status status) protected abstract PrintStream
The PrintStream used by derived classeslong
boolean
void
void
setRetrospective
(long retrospective) void
start()
Invoking the start method can cause the instance to print status messages created less than value of retrospectiveThresold.void
stop()
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
-
Constructor Details
-
OnPrintStreamStatusListenerBase
public OnPrintStreamStatusListenerBase()
-
-
Method Details
-
getPrintStream
The PrintStream used by derived classes- Returns:
-
addStatusEvent
- Specified by:
addStatusEvent
in interfaceStatusListener
-
start
Invoking the start method can cause the instance to print status messages created less than value of retrospectiveThresold. -
getPrefix
-
setPrefix
-
setRetrospective
-
getRetrospective
-
stop
-
isStarted
-