- java.lang.Object
-
- org.jboss.logmanager.formatters.FormatStringParser
-
public final class FormatStringParser extends Object
A parser which can translate a log4j-style format string into a series ofFormatStepinstances.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FormatStep[]getSteps(String formatString, ColorMap colors)Compile a format string into a series of format steps.
-
-
-
Method Detail
-
getSteps
public static FormatStep[] getSteps(String formatString, ColorMap colors)
Compile a format string into a series of format steps.- Parameters:
formatString- the format string- Returns:
- the format steps
-
-