public interface FormatStep
Modifier and Type | Method | 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 © 2019 JBoss by Red Hat. All rights reserved.