Class Formatters.SegmentedFormatStep
java.lang.Object
org.jboss.logmanager.formatters.Formatters.JustifyingFormatStep
org.jboss.logmanager.formatters.Formatters.SegmentedFormatStep
- All Implemented Interfaces:
FormatStep
- Enclosing class:
Formatters
private abstract static class Formatters.SegmentedFormatStep
extends Formatters.JustifyingFormatStep
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSegmentedFormatStep(boolean leftJustify, int minimumWidth, boolean truncateBeginning, int maximumWidth, int count) protectedSegmentedFormatStep(boolean leftJustify, int minimumWidth, boolean truncateBeginning, int maximumWidth, String precision) -
Method Summary
Modifier and TypeMethodDescriptionabstract StringgetSegmentedSubject(ExtLogRecord record) voidrenderRaw(StringBuilder builder, ExtLogRecord record) Methods inherited from class Formatters.JustifyingFormatStep
estimateLength, render
-
Field Details
-
count
private final int count -
precision
-
-
Constructor Details
-
SegmentedFormatStep
protected SegmentedFormatStep(boolean leftJustify, int minimumWidth, boolean truncateBeginning, int maximumWidth, int count) -
SegmentedFormatStep
protected SegmentedFormatStep(boolean leftJustify, int minimumWidth, boolean truncateBeginning, int maximumWidth, String precision)
-
-
Method Details
-
renderRaw
- Specified by:
renderRawin classFormatters.JustifyingFormatStep
-
getSegmentedSubject
-