类 WhitespaceThrowableProxyConverter
java.lang.Object
ch.qos.logback.core.pattern.Converter<ch.qos.logback.classic.spi.ILoggingEvent>
ch.qos.logback.core.pattern.FormattingConverter<ch.qos.logback.classic.spi.ILoggingEvent>
ch.qos.logback.core.pattern.DynamicConverter<ch.qos.logback.classic.spi.ILoggingEvent>
ch.qos.logback.classic.pattern.ClassicConverter
ch.qos.logback.classic.pattern.ThrowableHandlingConverter
ch.qos.logback.classic.pattern.ThrowableProxyConverter
org.springframework.boot.logging.logback.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.- 从以下版本开始:
- 1.0.0
- 作者:
- Phillip Webb
-
字段概要
从类继承的字段 ch.qos.logback.classic.pattern.ThrowableProxyConverter
BUILDER_CAPACITY
从类继承的字段 ch.qos.logback.core.pattern.DynamicConverter
started
-
构造器概要
构造器 -
方法概要
从类继承的方法 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
-
构造器详细资料
-
WhitespaceThrowableProxyConverter
public WhitespaceThrowableProxyConverter()
-
-
方法详细资料
-
throwableProxyToString
- 覆盖:
throwableProxyToString
在类中ch.qos.logback.classic.pattern.ThrowableProxyConverter
-