|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.qos.logback.core.pattern.Converter<E>
ch.qos.logback.core.pattern.FormattingConverter<E>
ch.qos.logback.core.pattern.DynamicConverter<E>
ch.qos.logback.core.pattern.CompositeConverter<E>
public abstract class CompositeConverter<E>
| Constructor Summary | |
|---|---|
CompositeConverter()
|
|
| Method Summary | |
|---|---|
java.lang.String |
convert(E event)
The convert method is responsible for extracting data from the event and storing it for later use by the write method. |
void |
setChildConverter(Converter<E> child)
|
java.lang.String |
toString()
|
| Methods inherited from class ch.qos.logback.core.pattern.DynamicConverter |
|---|
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getFirstOption, getOptionList, isStarted, setContext, setOptionList, start, stop |
| Methods inherited from class ch.qos.logback.core.pattern.FormattingConverter |
|---|
getFormattingInfo, setFormattingInfo, write |
| Methods inherited from class ch.qos.logback.core.pattern.Converter |
|---|
getNext, setNext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CompositeConverter()
| Method Detail |
|---|
public java.lang.String convert(E event)
Converter
convert in class Converter<E>public void setChildConverter(Converter<E> child)
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||