Package com.github.loki4j.logback
Class StatusPrinter
- java.lang.Object
-
- ch.qos.logback.core.spi.ContextAwareBase
-
- ch.qos.logback.core.status.OnPrintStreamStatusListenerBase
-
- ch.qos.logback.core.status.OnErrorConsoleStatusListener
-
- com.github.loki4j.logback.StatusPrinter
-
- All Implemented Interfaces:
ch.qos.logback.core.spi.ContextAware,ch.qos.logback.core.spi.LifeCycle,ch.qos.logback.core.status.StatusListener
public class StatusPrinter extends ch.qos.logback.core.status.OnErrorConsoleStatusListenerUtility class for printing log messages from Loki4j itself to STDERR
-
-
Constructor Summary
Constructors Constructor Description StatusPrinter(int minLevel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddStatusEvent(ch.qos.logback.core.status.Status status)-
Methods inherited from class ch.qos.logback.core.status.OnPrintStreamStatusListenerBase
getPrefix, getRetrospective, isResetResistant, isStarted, setPrefix, setResetResistant, setRetrospective, start, stop
-
-