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
-
-
Constructor Summary
Constructors Modifier Constructor 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)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract java.lang.String
getSegmentedSubject(ExtLogRecord record)
void
renderRaw(java.lang.StringBuilder builder, ExtLogRecord record)
-
Methods inherited from class org.jboss.logmanager.formatters.Formatters.JustifyingFormatStep
estimateLength, render
-
-
-
-
Constructor Detail
-
SegmentedFormatStep
protected SegmentedFormatStep(boolean leftJustify, int minimumWidth, boolean truncateBeginning, int maximumWidth, int count)
-
SegmentedFormatStep
protected SegmentedFormatStep(boolean leftJustify, int minimumWidth, boolean truncateBeginning, int maximumWidth, java.lang.String precision)
-
-
Method Detail
-
renderRaw
public void renderRaw(java.lang.StringBuilder builder, ExtLogRecord record)
- Specified by:
renderRaw
in classFormatters.JustifyingFormatStep
-
getSegmentedSubject
public abstract java.lang.String getSegmentedSubject(ExtLogRecord record)
-
-