org.norther.tammi.core.logger.log4j
Class ServerPatternLayout
java.lang.Object
org.apache.log4j.Layout
org.apache.log4j.PatternLayout
org.norther.tammi.core.logger.log4j.ServerPatternLayout
- All Implemented Interfaces:
- OptionHandler
public class ServerPatternLayout
- extends PatternLayout
A customized pattern layout.
- Author:
- Ilkka Priha
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerPatternLayout
public ServerPatternLayout()
- Constructs a new layout.
ServerPatternLayout
public ServerPatternLayout(String pattern)
- Constructs a new layout with a pattern.
- Parameters:
pattern - the pattern.
createPatternParser
public PatternParser createPatternParser(String pattern)
- Creates a pattern parser.
- Overrides:
createPatternParser in class PatternLayout
- Parameters:
pattern - the pattern.
- Returns:
- a pattern parser.
Copyright © 2004 The Norther Organization. All rights reserved.