Class EncoderBase<E>

java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.encoder.EncoderBase<E>
All Implemented Interfaces:
Encoder<E>, ContextAware, LifeCycle
Direct Known Subclasses:
EchoEncoder, LayoutWrappingEncoder

public abstract class EncoderBase<E> extends ContextAwareBase implements Encoder<E>
  • Field Details

    • started

      protected boolean started
  • Constructor Details

    • EncoderBase

      public EncoderBase()
  • Method Details

    • isStarted

      public boolean isStarted()
      Specified by:
      isStarted in interface LifeCycle
    • start

      public void start()
      Specified by:
      start in interface LifeCycle
    • stop

      public void stop()
      Specified by:
      stop in interface LifeCycle