-
Methods Method Description ch.qos.logback.classic.spi.ILoggingEvent.getMdc() Replaced by [@link #getMDCPropertyMap}ch.qos.logback.classic.spi.LoggingEvent.getMdc() Replaced by [@link #getMDCPropertyMap}ch.qos.logback.classic.spi.ThrowableProxyUtil.subjoinSTEPArray(StringBuilder, IThrowableProxy) Use subjoinSTEPArray(StringBuilder sb, int indentLevel, IThrowableProxy tp) instead.ch.qos.logback.core.Context.getExecutorService() useContext.getScheduledExecutorService()
insteadch.qos.logback.core.joran.spi.Interpreter.getExecutionContext() replaced byInterpreter.getInterpretationContext()
ch.qos.logback.core.pattern.PatternLayoutBase.setContextForConverters(Converter<E>) UseConverterUtil.setContextForConverters(ch.qos.logback.core.Context, ch.qos.logback.core.pattern.Converter<E>)
instead. This method will be removed in future releases.ch.qos.logback.core.pattern.PatternLayoutEncoderBase.setOutputPatternAsPresentationHeader(boolean)