Package io.dropwizard.logging.common
Class PrefixedThrowableProxyConverter
java.lang.Object
ch.qos.logback.core.pattern.Converter<E>
ch.qos.logback.core.pattern.FormattingConverter<E>
ch.qos.logback.core.pattern.DynamicConverter<ch.qos.logback.classic.spi.ILoggingEvent>
ch.qos.logback.classic.pattern.ClassicConverter
ch.qos.logback.classic.pattern.ThrowableHandlingConverter
ch.qos.logback.classic.pattern.ThrowableProxyConverter
io.dropwizard.logging.common.PrefixedThrowableProxyConverter
- All Implemented Interfaces:
ch.qos.logback.core.spi.ContextAware,ch.qos.logback.core.spi.LifeCycle
- Direct Known Subclasses:
PrefixedExtendedThrowableProxyConverter
public class PrefixedThrowableProxyConverter
extends ch.qos.logback.classic.pattern.ThrowableProxyConverter
A
ThrowableProxyConverter which prefixes stack traces with !.-
Field Summary
Fields inherited from class ch.qos.logback.classic.pattern.ThrowableProxyConverter
BUILDER_CAPACITYFields inherited from class ch.qos.logback.core.pattern.DynamicConverter
started -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringthrowableProxyToString(ch.qos.logback.classic.spi.IThrowableProxy tp) Methods inherited from class ch.qos.logback.classic.pattern.ThrowableProxyConverter
convert, extraData, start, stop, subjoinSTEPArrayMethods inherited from class ch.qos.logback.core.pattern.DynamicConverter
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getFirstOption, getOptionList, isStarted, setContext, setOptionListMethods inherited from class ch.qos.logback.core.pattern.FormattingConverter
getFormattingInfo, setFormattingInfo, writeMethods inherited from class ch.qos.logback.core.pattern.Converter
getNext, setNext
-
Constructor Details
-
PrefixedThrowableProxyConverter
public PrefixedThrowableProxyConverter()
-
-
Method Details
-
throwableProxyToString
- Overrides:
throwableProxyToStringin classch.qos.logback.classic.pattern.ThrowableProxyConverter
-