public abstract class FormattingConverter<E> extends Converter<E>
| Modifier and Type | Field and Description |
|---|---|
(package private) FormatInfo |
formattingInfo |
(package private) static int |
INITIAL_BUF_SIZE |
(package private) static int |
MAX_CAPACITY |
| Constructor and Description |
|---|
FormattingConverter() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
static final int INITIAL_BUF_SIZE
static final int MAX_CAPACITY
FormatInfo formattingInfo
public final FormatInfo getFormattingInfo()
public final void setFormattingInfo(FormatInfo formattingInfo)