Logback API
Version 0.9.8

ch.qos.logback.classic.pattern
Class ThrowableHandlingConverter

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<LoggingEvent>
              extended by ch.qos.logback.classic.pattern.ClassicConverter
                  extended by ch.qos.logback.classic.pattern.ThrowableHandlingConverter
All Implemented Interfaces:
LoggerContextAware, ContextAware, LifeCycle
Direct Known Subclasses:
NopThrowableInformationConverter, ThrowableInformationConverter

public abstract class ThrowableHandlingConverter
extends ClassicConverter

Converter which handle throwables should be derived from this class.


Constructor Summary
ThrowableHandlingConverter()
           
 
Method Summary
 
Methods inherited from class ch.qos.logback.classic.pattern.ClassicConverter
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext, setLoggerContext
 
Methods inherited from class ch.qos.logback.core.pattern.DynamicConverter
getFirstOption, getOptionList, isStarted, setOptionList, start, startConverters, stop
 
Methods inherited from class ch.qos.logback.core.pattern.FormattingConverter
getFormattingInfo, setFormattingInfo, spacePad, write
 
Methods inherited from class ch.qos.logback.core.pattern.Converter
convert, getNext, setNext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThrowableHandlingConverter

public ThrowableHandlingConverter()

Logback API
Version 0.9.8

Copyright © 2005-2008 QOS.ch. All Rights Reserved.