ch.qos.logback.classic.testUtil
Class SampleConverter
java.lang.Object
ch.qos.logback.core.pattern.Converter<E>
ch.qos.logback.core.pattern.FormattingConverter<E>
ch.qos.logback.core.pattern.DynamicConverter<LoggingEvent>
ch.qos.logback.classic.pattern.ClassicConverter
ch.qos.logback.classic.testUtil.SampleConverter
- All Implemented Interfaces:
- LoggerContextAware, ContextAware, LifeCycle
public class SampleConverter
- extends ClassicConverter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAMPLE_STR
public static final String SAMPLE_STR
- See Also:
- Constant Field Values
SampleConverter
public SampleConverter()
convert
public String convert(LoggingEvent event)
- Specified by:
convert
in class Converter<LoggingEvent>
Copyright © 2005-2009 QOS.ch. All Rights Reserved.