ch.qos.logback.core.pattern
Class ExceptionalConverter

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
              extended by ch.qos.logback.core.pattern.ExceptionalConverter
All Implemented Interfaces:
LifeCycle

public class ExceptionalConverter
extends DynamicConverter


Constructor Summary
ExceptionalConverter()
           
 
Method Summary
 String convert(Object event)
           
 
Methods inherited from class ch.qos.logback.core.pattern.DynamicConverter
getFirstOption, getOptionList, isStarted, setOptionList, start, stop
 
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

ExceptionalConverter

public ExceptionalConverter()
Method Detail

convert

public String convert(Object event)
Specified by:
convert in class Converter


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