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

@Deprecated(since="2022-01-27") public abstract class EncoderBase<E> extends ContextAwareBase implements Encoder<E>
Deprecated.
  • Constructor Details

    • EncoderBase

      public EncoderBase()
      Deprecated.
  • Method Details

    • isStarted

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

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

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