ch.qos.logback.core.pattern
Class ConverterUtil

java.lang.Object
  extended by ch.qos.logback.core.pattern.ConverterUtil

public class ConverterUtil
extends Object


Constructor Summary
ConverterUtil()
           
 
Method Summary
static
<E> Converter<E>
findTail(Converter<E> head)
           
static
<E> void
setContextForConverters(Context context, Converter<E> head)
           
static void startConverters(Converter head)
          Start converters in the chain of converters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConverterUtil

public ConverterUtil()
Method Detail

startConverters

public static void startConverters(Converter head)
Start converters in the chain of converters.

Parameters:
head -

findTail

public static <E> Converter<E> findTail(Converter<E> head)

setContextForConverters

public static <E> void setContextForConverters(Context context,
                                               Converter<E> head)


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