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(StringBuilder builder,
ExtLogRecord record)
Render a part of the log record.
|
void render(StringBuilder builder, ExtLogRecord record)
builder
- the string builder to append torecord
- the record being renderedint estimateLength()
Copyright © 2017 JBoss by Red Hat. All rights reserved.