|
||||||||||
| 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>
public abstract class FormattingConverter<E>
| Constructor Summary | |
|---|---|
FormattingConverter()
|
|
| Method Summary | |
|---|---|
FormatInfo |
getFormattingInfo()
|
void |
setFormattingInfo(FormatInfo formattingInfo)
|
void |
write(java.lang.StringBuilder buf,
E event)
In its simplest incarnation, a convert simply appends the data extracted from the event to the buffer passed as parameter. |
| Methods inherited from class ch.qos.logback.core.pattern.Converter |
|---|
convert, getNext, setNext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FormattingConverter()
| Method Detail |
|---|
public final FormatInfo getFormattingInfo()
public final void setFormattingInfo(FormatInfo formattingInfo)
public final void write(java.lang.StringBuilder buf,
E event)
Converter
write in class Converter<E>buf - The input buffer where data is appendedevent - The event from where data is extracted
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||