org.norther.tammi.core.logger.log4j
Class ServerPatternParser

java.lang.Object
  extended by org.apache.log4j.helpers.PatternParser
      extended by org.norther.tammi.core.logger.log4j.ServerPatternParser

public class ServerPatternParser
extends PatternParser

A customized pattern parser.

Author:
Ilkka Priha

Field Summary
 
Fields inherited from class org.apache.log4j.helpers.PatternParser
currentLiteral, formattingInfo, i, pattern, patternLength
 
Constructor Summary
ServerPatternParser(String pttrn)
          Create a parser with the provided pattern.
 
Method Summary
 void finalizeConverter(char formatChar)
          Maps converters.
 
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

ServerPatternParser

public ServerPatternParser(String pttrn)
Create a parser with the provided pattern.

Parameters:
pttrn - a formatting pattern to parse
Method Detail

finalizeConverter

public void finalizeConverter(char formatChar)
Maps converters.

Overrides:
finalizeConverter in class PatternParser
Parameters:
formatChar - a format char.


Copyright © 2004 The Norther Organization. All rights reserved.