Class PrefixedRootCauseFirstThrowableProxyConverter

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
ch.qos.logback.classic.pattern.ExtendedThrowableProxyConverter
ch.qos.logback.classic.pattern.RootCauseFirstThrowableProxyConverter
io.dropwizard.logging.common.PrefixedRootCauseFirstThrowableProxyConverter
All Implemented Interfaces:
ch.qos.logback.core.spi.ContextAware, ch.qos.logback.core.spi.LifeCycle

public class PrefixedRootCauseFirstThrowableProxyConverter extends ch.qos.logback.classic.pattern.RootCauseFirstThrowableProxyConverter
A RootCauseFirstThrowableProxyConverter that prefixes stack traces with !.
  • Field Summary

    Fields inherited from class ch.qos.logback.classic.pattern.ThrowableProxyConverter

    BUILDER_CAPACITY

    Fields inherited from class ch.qos.logback.core.pattern.DynamicConverter

    started
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
    throwableProxyToString(ch.qos.logback.classic.spi.IThrowableProxy tp)
     

    Methods inherited from class ch.qos.logback.classic.pattern.RootCauseFirstThrowableProxyConverter

    recursiveAppendRootCauseFirst

    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.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

    Methods inherited from class ch.qos.logback.core.pattern.Converter

    getNext, setNext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PrefixedRootCauseFirstThrowableProxyConverter

      public PrefixedRootCauseFirstThrowableProxyConverter()
  • Method Details

    • throwableProxyToString

      protected String throwableProxyToString(ch.qos.logback.classic.spi.IThrowableProxy tp)
      Overrides:
      throwableProxyToString in class ch.qos.logback.classic.pattern.RootCauseFirstThrowableProxyConverter