Uses of Interface
ch.qos.logback.core.encoder.Encoder
-
Packages that use Encoder Package Description ch.qos.logback.classic.encoder Contains encoder implementations for converting logging events into byte streams.ch.qos.logback.core Contains the main classes of logback core.ch.qos.logback.core.encoder Contains encoder implementations for converting events into byte streams.ch.qos.logback.core.pattern Contains the base classes used by PatternLayout.ch.qos.logback.core.testUtil Contains utility classes for testing purposes. -
-
Uses of Encoder in ch.qos.logback.classic.encoder
Classes in ch.qos.logback.classic.encoder that implement Encoder Modifier and Type Class Description classJsonEncoderJSON encoder that produces one JSON object per line in JSON Lines format, suitable for structured logging.classPatternLayoutEncoder -
Uses of Encoder in ch.qos.logback.core
Fields in ch.qos.logback.core declared as Encoder Modifier and Type Field Description protected Encoder<E>OutputStreamAppender. encoderIt is the encoder which is ultimately responsible for writing the event to anOutputStream.Methods in ch.qos.logback.core that return Encoder Modifier and Type Method Description Encoder<E>OutputStreamAppender. getEncoder()Methods in ch.qos.logback.core with parameters of type Encoder Modifier and Type Method Description voidOutputStreamAppender. setEncoder(Encoder<E> encoder) -
Uses of Encoder in ch.qos.logback.core.encoder
Classes in ch.qos.logback.core.encoder that implement Encoder Modifier and Type Class Description classEchoEncoder<E>classEncoderBase<E>classLayoutWrappingEncoder<E> -
Uses of Encoder in ch.qos.logback.core.pattern
Classes in ch.qos.logback.core.pattern that implement Encoder Modifier and Type Class Description classPatternLayoutEncoderBase<E> -
Uses of Encoder in ch.qos.logback.core.testUtil
Classes in ch.qos.logback.core.testUtil that implement Encoder Modifier and Type Class Description classDummyEncoder<E>
-