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 Details

    • count

      private final int count
    • precision

      private final String 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