Deprecated API


Contents
Deprecated Methods
ch.qos.logback.core.joran.spi.Interpreter.getExecutionContext()
          replaced by Interpreter.getInterpretationContext() 
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.