public interface FormatStep
| Modifier and Type | Method and Description |
|---|---|
int |
estimateLength()
Emit an estimate of the length of data which this step will produce.
|
void |
render(java.lang.StringBuilder builder,
ExtLogRecord record)
Render a part of the log record.
|
void render(java.lang.StringBuilder builder,
ExtLogRecord record)
builder - the string builder to append torecord - the record being renderedint estimateLength()