ch.qos.logback.core.pattern
Class LiteralConverter<E>
java.lang.Object
ch.qos.logback.core.pattern.Converter<E>
ch.qos.logback.core.pattern.LiteralConverter<E>
public final class LiteralConverter<E>
- extends Converter<E>
Method Summary |
String |
convert(E o)
The convert method is responsible for extracting data from the event and
storing it for later use by the write method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LiteralConverter
public LiteralConverter(String literal)
convert
public String convert(E o)
- Description copied from class:
Converter
- The convert method is responsible for extracting data from the event and
storing it for later use by the write method.
- Specified by:
convert
in class Converter<E>
Copyright © 2005-2013 QOS.ch. All Rights Reserved.