JBoss LogManager 1.1.0.CR6

org.jboss.logmanager.formatters
Class FormatStringParser

java.lang.Object
  extended by 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.


Method Summary
static FormatStep[] getSteps(String formatString)
          Compile a format string into a series of format steps.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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

JBoss LogManager 1.1.0.CR6

Copyright © 2009 JBoss, a division of Red Hat, Inc.