private abstract static class Formatters.SegmentedFormatStep extends Formatters.JustifyingFormatStep
| Modifier and Type | Field and Description |
|---|---|
private int |
count |
private java.lang.String |
precision |
| Modifier | Constructor and Description |
|---|---|
protected |
SegmentedFormatStep(boolean leftJustify,
int minimumWidth,
boolean truncateBeginning,
int maximumWidth,
int count) |
protected |
SegmentedFormatStep(boolean leftJustify,
int minimumWidth,
boolean truncateBeginning,
int maximumWidth,
java.lang.String precision) |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getSegmentedSubject(ExtLogRecord record) |
void |
renderRaw(java.lang.StringBuilder builder,
ExtLogRecord record) |
estimateLength, renderprotected SegmentedFormatStep(boolean leftJustify,
int minimumWidth,
boolean truncateBeginning,
int maximumWidth,
int count)
protected SegmentedFormatStep(boolean leftJustify,
int minimumWidth,
boolean truncateBeginning,
int maximumWidth,
java.lang.String precision)
public void renderRaw(java.lang.StringBuilder builder,
ExtLogRecord record)
renderRaw in class Formatters.JustifyingFormatSteppublic abstract java.lang.String getSegmentedSubject(ExtLogRecord record)