Class WhitespaceThrowableProxyConverter
java.lang.Object
ch.qos.logback.core.pattern.Converter<ILoggingEvent>
ch.qos.logback.core.pattern.FormattingConverter<ILoggingEvent>
ch.qos.logback.core.pattern.DynamicConverter<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:
ContextAware, LifeCycle
ThrowableProxyConverter that adds some additional whitespace around the stack
trace.- Since:
- 1.0.0
- Author:
- Phillip Webb
-
Field Summary
Fields inherited from class ThrowableProxyConverter
BUILDER_CAPACITYFields inherited from class DynamicConverter
started -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ThrowableProxyConverter
convert, extraData, start, stop, subjoinSTEPArrayMethods inherited from class DynamicConverter
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getFirstOption, getOptionList, isStarted, setContext, setOptionListMethods inherited from class FormattingConverter
getFormattingInfo, setFormattingInfo, write
-
Constructor Details
-
WhitespaceThrowableProxyConverter
public WhitespaceThrowableProxyConverter()
-
-
Method Details
-
throwableProxyToString
- Overrides:
throwableProxyToStringin classThrowableProxyConverter
-