public abstract class FormattingConverter<E> extends Converter<E>
| Constructor and Description |
|---|
FormattingConverter() |
| Modifier and Type | Method and Description |
|---|---|
FormatInfo |
getFormattingInfo() |
void |
setFormattingInfo(FormatInfo formattingInfo) |
void |
write(StringBuilder buf,
E event)
In its simplest incarnation, a convert simply appends the data extracted from
the event to the buffer passed as parameter.
|
public final FormatInfo getFormattingInfo()
public final void setFormattingInfo(FormatInfo formattingInfo)
public final void write(StringBuilder buf, E event)
ConverterCopyright © 2005–2014 QOS.ch. All rights reserved.