org.apache.geronimo.system.logging.log4j
Class PatternParser

java.lang.Object
  extended byorg.apache.log4j.helpers.PatternParser
      extended byorg.apache.geronimo.system.logging.log4j.PatternParser

public class PatternParser
extends org.apache.log4j.helpers.PatternParser

A simple extension of the log4j pattern parser which adds support for the 'a' letter for a NamedNDC.

Version:
$Revision: 1.3 $ $Date: 2004/03/10 09:59:30 $

Field Summary
 
Fields inherited from class org.apache.log4j.helpers.PatternParser
currentLiteral, formattingInfo, i, pattern, patternLength
 
Constructor Summary
PatternParser(String pattern)
           
 
Method Summary
protected  void finalizeConverter(char c)
           
 
Methods inherited from class org.apache.log4j.helpers.PatternParser
addConverter, extractOption, extractPrecisionOption, parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PatternParser

public PatternParser(String pattern)
Method Detail

finalizeConverter

protected void finalizeConverter(char c)


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.