Package org.jboss.logmanager.formatters
Class FormatStringParser
java.lang.Object
org.jboss.logmanager.formatters.FormatStringParser
A parser which can translate a log4j-style format string into a series of
FormatStep
instances.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FormatStep[]
Compile a format string into a series of format steps.
-
Field Details
-
pattern
The regular expression for format strings. Ain't regex grand?
-
-
Constructor Details
-
FormatStringParser
private FormatStringParser()
-
-
Method Details
-
getSteps
Compile a format string into a series of format steps.- Parameters:
formatString
- the format string- Returns:
- the format steps
-