类 WhitespaceThrowableProxyConverter

  • 所有已实现的接口:
    ch.qos.logback.core.spi.ContextAware, ch.qos.logback.core.spi.LifeCycle

    public class WhitespaceThrowableProxyConverter
    extends ch.qos.logback.classic.pattern.ThrowableProxyConverter
    ThrowableProxyConverter that adds some additional whitespace around the stack trace.
    • 字段概要

      • 从类继承的字段 ch.qos.logback.classic.pattern.ThrowableProxyConverter

        BUILDER_CAPACITY
      • 从类继承的字段 ch.qos.logback.core.pattern.DynamicConverter

        started
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型方法说明
      protected StringthrowableProxyToString​(ch.qos.logback.classic.spi.IThrowableProxy tp) 
      • 从类继承的方法 ch.qos.logback.classic.pattern.ThrowableProxyConverter

        convert, extraData, start, stop, subjoinSTEPArray
      • 从类继承的方法 ch.qos.logback.core.pattern.DynamicConverter

        addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getFirstOption, getOptionList, isStarted, setContext, setOptionList
      • 从类继承的方法 ch.qos.logback.core.pattern.FormattingConverter

        getFormattingInfo, setFormattingInfo, write
      • 从类继承的方法 ch.qos.logback.core.pattern.Converter

        getNext, setNext
    • 方法详细资料

      • throwableProxyToString

        protected String throwableProxyToString​(ch.qos.logback.classic.spi.IThrowableProxy tp)
        覆盖:
        throwableProxyToString 在类中 ch.qos.logback.classic.pattern.ThrowableProxyConverter