Class DefaultPipeline

  • All Implemented Interfaces:
    ch.qos.logback.core.spi.ContextAware, ch.qos.logback.core.spi.LifeCycle

    public final class DefaultPipeline
    extends ch.qos.logback.core.spi.ContextAwareBase
    implements ch.qos.logback.core.spi.LifeCycle
    • Field Summary

      • Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase

        context
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean append​(long timestamp, int nanos, java.util.function.Supplier<LogRecordStream> stream, java.util.function.Supplier<java.lang.String> message)  
      boolean isStarted()  
      void setTraceEnabled​(boolean traceEnabled)  
      void start()  
      void stop()  
      • Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase

        addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • start

        public void start()
        Specified by:
        start in interface ch.qos.logback.core.spi.LifeCycle
      • stop

        public void stop()
        Specified by:
        stop in interface ch.qos.logback.core.spi.LifeCycle
      • append

        public boolean append​(long timestamp,
                              int nanos,
                              java.util.function.Supplier<LogRecordStream> stream,
                              java.util.function.Supplier<java.lang.String> message)
      • isStarted

        public boolean isStarted()
        Specified by:
        isStarted in interface ch.qos.logback.core.spi.LifeCycle
      • setTraceEnabled

        public void setTraceEnabled​(boolean traceEnabled)