Package org.jboss.logmanager.formatters
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
ConstructorsModifierConstructorDescriptionprotected
SegmentedFormatStep
(boolean leftJustify, int minimumWidth, boolean truncateBeginning, int maximumWidth, int count) protected
SegmentedFormatStep
(boolean leftJustify, int minimumWidth, boolean truncateBeginning, int maximumWidth, String precision) -
Method Summary
Modifier and TypeMethodDescriptionabstract String
getSegmentedSubject
(ExtLogRecord record) void
renderRaw
(StringBuilder builder, ExtLogRecord record) Methods inherited from class org.jboss.logmanager.formatters.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:
renderRaw
in classFormatters.JustifyingFormatStep
-
getSegmentedSubject
-