org.springframework.boot.logging.logback
Class WhitespaceThrowableProxyConverter

java.lang.Object
  extended by ch.qos.logback.core.pattern.Converter<E>
      extended by ch.qos.logback.core.pattern.FormattingConverter<E>
          extended by ch.qos.logback.core.pattern.DynamicConverter<ch.qos.logback.classic.spi.ILoggingEvent>
              extended by ch.qos.logback.classic.pattern.ClassicConverter
                  extended by ch.qos.logback.classic.pattern.ThrowableHandlingConverter
                      extended by ch.qos.logback.classic.pattern.ThrowableProxyConverter
                          extended by org.springframework.boot.logging.logback.WhitespaceThrowableProxyConverter
All Implemented Interfaces:
ch.qos.logback.core.spi.ContextAware, ch.qos.logback.core.spi.LifeCycle

public class WhitespaceThrowableProxyConverter
extends ch.qos.logback.classic.pattern.ThrowableProxyConverter

ThrowableProxyConverter that adds some additional whitespace around the stack trace.

Author:
Phillip Webb

Field Summary
 
Fields inherited from class ch.qos.logback.core.pattern.DynamicConverter
started
 
Constructor Summary
WhitespaceThrowableProxyConverter()
           
 
Method Summary
protected  String throwableProxyToString(ch.qos.logback.classic.spi.IThrowableProxy tp)
           
 
Methods inherited from class ch.qos.logback.classic.pattern.ThrowableProxyConverter
convert, extraData, start, stop
 
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 Detail

WhitespaceThrowableProxyConverter

public WhitespaceThrowableProxyConverter()
Method Detail

throwableProxyToString

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


Copyright © 2013. All Rights Reserved.