Class RootCauseFirstThrowableProxyConverter
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
ch.qos.logback.classic.pattern.RootCauseFirstThrowableProxyConverter
- All Implemented Interfaces:
ContextAware, LifeCycle
- Since:
- 0.9.30
-
Field Summary
Fields inherited from class ThrowableProxyConverter
BUILDER_CAPACITY, errorCount, evaluatorList, ignoredStackTraceLines, lengthOptionFields inherited from class DynamicConverter
started -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidrecursiveAppendRootCauseFirst(StringBuilder sb, String prefix, int indent, IThrowableProxy tp) protected StringMethods inherited from class ExtendedThrowableProxyConverter
extraData, prepareLoggingEventMethods inherited from class ThrowableProxyConverter
convert, start, stop, subjoinSTEPArrayMethods inherited from class ThrowableHandlingConverter
handlesThrowableMethods 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
-
RootCauseFirstThrowableProxyConverter
public RootCauseFirstThrowableProxyConverter()
-
-
Method Details
-
throwableProxyToString
- Overrides:
throwableProxyToStringin classThrowableProxyConverter
-
recursiveAppendRootCauseFirst
protected void recursiveAppendRootCauseFirst(StringBuilder sb, String prefix, int indent, IThrowableProxy tp)
-