ch.qos.logback.access.pattern
Class FullRequestConverter
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.FullRequestConverter
- All Implemented Interfaces:
- ContextAware, LifeCycle
public class FullRequestConverter
- extends AccessConverter
This class is tied to the fullRequest
conversion word.
It has been removed from the PatternLayout
since
it needs further testing before wide use.
- Author:
- Ceki Gülcü, Sébastien Pennec
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FullRequestConverter
public FullRequestConverter()
convert
public String convert(IAccessEvent ae)
- Specified by:
convert
in class Converter<IAccessEvent>
Copyright © 2005-2012 QOS.ch. All Rights Reserved.