Module ch.qos.logback.access.common
Class FullRequestConverter
java.lang.Object
ch.qos.logback.core.pattern.Converter<IAccessEvent>
ch.qos.logback.core.pattern.FormattingConverter<IAccessEvent>
ch.qos.logback.core.pattern.DynamicConverter<IAccessEvent>
ch.qos.logback.access.common.pattern.AccessConverter
ch.qos.logback.access.common.pattern.FullRequestConverter
- All Implemented Interfaces:
 ch.qos.logback.core.spi.ContextAware,ch.qos.logback.core.spi.LifeCycle
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
 
- 
Field Summary
Fields inherited from class ch.qos.logback.access.common.pattern.AccessConverter
QUESTION_CHAR, SPACE_CHARFields inherited from class ch.qos.logback.core.pattern.DynamicConverter
started - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class ch.qos.logback.access.common.pattern.AccessConverter
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContextMethods inherited from class ch.qos.logback.core.pattern.DynamicConverter
getFirstOption, getOptionList, isStarted, setOptionList, start, stopMethods inherited from class ch.qos.logback.core.pattern.FormattingConverter
getFormattingInfo, setFormattingInfo, writeMethods inherited from class ch.qos.logback.core.pattern.Converter
getNext, setNext 
- 
Constructor Details
- 
FullRequestConverter
public FullRequestConverter() 
 - 
 - 
Method Details
- 
convert
- Specified by:
 convertin classch.qos.logback.core.pattern.Converter<IAccessEvent>
 
 -