org.jboss.logmanager.formatters
Class FormatStringParser
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 of FormatStep
instances.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getSteps
public static FormatStep[] getSteps(String formatString)
- Compile a format string into a series of format steps.
- Parameters:
formatString
- the format string
- Returns:
- the format steps
Copyright © 2009 JBoss, a division of Red Hat, Inc.