ch.qos.logback.core.pattern
Class Converter123

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.Converter123
All Implemented Interfaces:
LifeCycle

public class Converter123
extends DynamicConverter


Constructor Summary
Converter123()
           
 
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

Converter123

public Converter123()
Method Detail

convert

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


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