public class AppThrowableProxyConverter
extends ch.qos.logback.classic.pattern.ThrowableHandlingConverter
| Modifier and Type | Field and Description |
|---|---|
protected static int |
BUILDER_CAPACITY |
| Constructor and Description |
|---|
AppThrowableProxyConverter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
convert(ch.qos.logback.classic.spi.ILoggingEvent event) |
protected void |
extraData(java.lang.StringBuilder builder,
ch.qos.logback.classic.spi.StackTraceElementProxy step) |
void |
start() |
void |
stop() |
protected void |
subjoinSTEPArray(java.lang.StringBuilder buf,
int indent,
ch.qos.logback.classic.spi.IThrowableProxy tp) |
protected java.lang.String |
throwableProxyToString(ch.qos.logback.classic.spi.IThrowableProxy tp) |
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getFirstOption, getOptionList, isStarted, setContext, setOptionListprotected static final int BUILDER_CAPACITY
public void start()
start in interface ch.qos.logback.core.spi.LifeCyclestart in class ch.qos.logback.core.pattern.DynamicConverter<ch.qos.logback.classic.spi.ILoggingEvent>public void stop()
stop in interface ch.qos.logback.core.spi.LifeCyclestop in class ch.qos.logback.core.pattern.DynamicConverter<ch.qos.logback.classic.spi.ILoggingEvent>protected void extraData(java.lang.StringBuilder builder,
ch.qos.logback.classic.spi.StackTraceElementProxy step)
public java.lang.String convert(ch.qos.logback.classic.spi.ILoggingEvent event)
convert in class ch.qos.logback.core.pattern.Converter<ch.qos.logback.classic.spi.ILoggingEvent>protected java.lang.String throwableProxyToString(ch.qos.logback.classic.spi.IThrowableProxy tp)
protected void subjoinSTEPArray(java.lang.StringBuilder buf,
int indent,
ch.qos.logback.classic.spi.IThrowableProxy tp)