|
JBoss Log Manager 1.3.2.Final-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FormatStep
A single format step which handles some part of rendering a log record.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void render(StringBuilder builder, ExtLogRecord record)
builder
- the string builder to append torecord
- the record being renderedint estimateLength()
|
JBoss Log Manager 1.3.2.Final-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |