Package ch.qos.logback.classic.encoder
Class PatternLayoutEncoder
- java.lang.Object
-
- ch.qos.logback.core.spi.ContextAwareBase
-
- ch.qos.logback.core.encoder.EncoderBase<E>
-
- ch.qos.logback.core.encoder.LayoutWrappingEncoder<E>
-
- ch.qos.logback.core.pattern.PatternLayoutEncoderBase<ILoggingEvent>
-
- ch.qos.logback.classic.encoder.PatternLayoutEncoder
-
- All Implemented Interfaces:
Encoder<ILoggingEvent>
,ContextAware
,LifeCycle
@Deprecated(since="2022-01-27") public class PatternLayoutEncoder extends PatternLayoutEncoderBase<ILoggingEvent>
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description PatternLayoutEncoder()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
start()
Deprecated.-
Methods inherited from class ch.qos.logback.core.pattern.PatternLayoutEncoderBase
getPattern, isOutputPatternAsHeader, isOutputPatternAsPresentationHeader, setLayout, setOutputPatternAsHeader, setOutputPatternAsPresentationHeader, setPattern
-
Methods inherited from class ch.qos.logback.core.encoder.LayoutWrappingEncoder
encode, footerBytes, getCharset, getLayout, headerBytes, isStarted, setCharset, setImmediateFlush, setParent, stop
-
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContext
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ch.qos.logback.core.spi.ContextAware
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
-
-
-
-
Method Detail
-
start
public void start()
Deprecated.- Specified by:
start
in interfaceLifeCycle
- Overrides:
start
in classLayoutWrappingEncoder<ILoggingEvent>
-
-