public interface FormatStep
| Modifier and Type | Method and Description |
|---|---|
int |
estimateLength()
Emit an estimate of the length of data which this step will produce.
|
default boolean |
isCallerInformationRequired()
Indicates whether or not caller information is required for this format step.
|
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()
default boolean isCallerInformationRequired()
true if caller information is required, otherwise falseCopyright © 2018 JBoss by Red Hat. All rights reserved.