Class ExtendedWhitespaceThrowableProxyConverter
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
ch.qos.logback.classic.pattern.ExtendedThrowableProxyConverter
org.springframework.boot.logging.logback.ExtendedWhitespaceThrowableProxyConverter
- All Implemented Interfaces:
ContextAware, LifeCycle
ExtendedThrowableProxyConverter that adds some additional whitespace around the
stack trace.- Since:
- 1.3.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 ExtendedThrowableProxyConverter
extraData, prepareLoggingEventMethods inherited from class ThrowableProxyConverter
convert, 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
-
ExtendedWhitespaceThrowableProxyConverter
public ExtendedWhitespaceThrowableProxyConverter()
-
-
Method Details
-
throwableProxyToString
- Overrides:
throwableProxyToStringin classThrowableProxyConverter
-