org.apache.log4j.examples.appserver
Class AppServerPatternLayout
java.lang.Object
|
+--org.apache.log4j.Layout
|
+--org.apache.log4j.PatternLayout
|
+--org.apache.log4j.examples.appserver.AppServerPatternLayout
- All Implemented Interfaces:
- OptionHandler
- public class AppServerPatternLayout
- extends PatternLayout
Extends PatternLayout
to create subclass
instances of AppServerPatternParser
for
parsing pattern strings.
- Author:
- Paul Glezen
- See Also:
AppServerPatternParser
,
PatternParser
,
PatternLayout
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AppServerPatternLayout
public AppServerPatternLayout()
AppServerPatternLayout
public AppServerPatternLayout(String pattern)
createPatternParser
public PatternParser createPatternParser(String pattern)
- Description copied from class:
PatternLayout
- Returns PatternParser used to parse the conversion string. Subclasses
may override this to return a subclass of PatternParser which recognize
custom conversion characters.
- Overrides:
createPatternParser
in class PatternLayout
Please notify me about new log4j releases.