ch.qos.logback.access.pattern
Class NAConverter
java.lang.Object
ch.qos.logback.core.pattern.Converter<E>
ch.qos.logback.core.pattern.FormattingConverter<E>
ch.qos.logback.core.pattern.DynamicConverter<IAccessEvent>
ch.qos.logback.access.pattern.AccessConverter
ch.qos.logback.access.pattern.NAConverter
- All Implemented Interfaces:
- ContextAware, LifeCycle
public class NAConverter
- extends AccessConverter
Always returns the NA (not available) string which is "-" in the case
of access conversions.
- Author:
- Ceki Gülcü
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAConverter
public NAConverter()
convert
public String convert(IAccessEvent accessEvent)
- Specified by:
convert
in class Converter<IAccessEvent>
Copyright © 2005-2011 QOS.ch. All Rights Reserved.