JBoss Log Manager 1.3.2.Final-redhat-1

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 Log Manager 1.3.2.Final-redhat-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.