Package ch.qos.logback.classic.pattern
Class RootCauseFirstThrowableProxyConverter
java.lang.Object
ch.qos.logback.core.pattern.Converter<E>
ch.qos.logback.core.pattern.FormattingConverter<E>
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 ch.qos.logback.classic.pattern.ThrowableProxyConverter
BUILDER_CAPACITY, errorCount, evaluatorList, ignoredStackTraceLines, lengthOption
Fields inherited from class ch.qos.logback.core.pattern.DynamicConverter
started
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
recursiveAppendRootCauseFirst
(StringBuilder sb, String prefix, int indent, IThrowableProxy tp) protected String
Methods inherited from class ch.qos.logback.classic.pattern.ExtendedThrowableProxyConverter
extraData, prepareLoggingEvent
Methods inherited from class ch.qos.logback.classic.pattern.ThrowableProxyConverter
convert, start, stop, subjoinSTEPArray
Methods inherited from class ch.qos.logback.classic.pattern.ThrowableHandlingConverter
handlesThrowable
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
-
Constructor Details
-
RootCauseFirstThrowableProxyConverter
public RootCauseFirstThrowableProxyConverter()
-
-
Method Details
-
throwableProxyToString
- Overrides:
throwableProxyToString
in classThrowableProxyConverter
-
recursiveAppendRootCauseFirst
protected void recursiveAppendRootCauseFirst(StringBuilder sb, String prefix, int indent, IThrowableProxy tp)
-