Class WhitespaceThrowableProxyConverter
java.lang.Object
ch.qos.logback.core.pattern.Converter<E>
ch.qos.logback.core.pattern.FormattingConverter<E>
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
- All Implemented Interfaces:
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.- Since:
- 1.0.0
- Author:
- Phillip Webb
-
Field Summary
Fields inherited from class ch.qos.logback.classic.pattern.ThrowableProxyConverter
BUILDER_CAPACITY
Fields inherited from class ch.qos.logback.core.pattern.DynamicConverter
started
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
throwableProxyToString
(ch.qos.logback.classic.spi.IThrowableProxy tp) Methods inherited from class ch.qos.logback.classic.pattern.ThrowableProxyConverter
convert, extraData, start, stop, subjoinSTEPArray
Methods inherited from class ch.qos.logback.core.pattern.DynamicConverter
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getFirstOption, getOptionList, isStarted, setContext, setOptionList
Methods inherited from class ch.qos.logback.core.pattern.FormattingConverter
getFormattingInfo, setFormattingInfo, write
Methods inherited from class ch.qos.logback.core.pattern.Converter
getNext, setNext
-
Constructor Details
-
WhitespaceThrowableProxyConverter
public WhitespaceThrowableProxyConverter()
-
-
Method Details
-
throwableProxyToString
- Overrides:
throwableProxyToString
in classch.qos.logback.classic.pattern.ThrowableProxyConverter
-