Log4j 1.3alpha-1

Uses of Class
org.apache.log4j.pattern.PatternConverter

Packages that use PatternConverter
org.apache.log4j.pattern   
 

Uses of PatternConverter in org.apache.log4j.pattern
 

Subclasses of PatternConverter in org.apache.log4j.pattern
 class ClassNamePatternConverter
          Most of the work is done in the parent class NamedPatternConverter.
 class DatePatternConverter
          Convert and format the event's date in a StringBuffer.
 class FileLocationPatternConverter
          Return the event's line location information in a StringBuffer.
 class FullLocationPatternConverter
          Return the event's line location information in a StringBuffer.
 class LevelPatternConverter
          Return the event's level in a StringBuffer.
 class LineLocationPatternConverter
          Return the event's line location information in a StringBuffer.
 class LineSeparatorPatternConverter
          Return the line separator for the current system.
 class LiteralPatternConverter
           
 class LoggerPatternConverter
           
 class MessagePatternConverter
          Return the event's rendered message in a StringBuffer.
 class MethodLocationPatternConverter
          Return the event's line location information in a StringBuffer.
(package private)  class org.apache.log4j.pattern.NamedPatternConverter
          Base class for other pattern converters which can return only parts of their name.
 class NDCPatternConverter
          Return the event's NDC in a StringBuffer.
 class PropertiesPatternConverter
          Able to handle the contents of the LoggingEvent's Property bundle and either output the entire contents of the properties in a similar format to the java.util.Hashtable.toString(), or to output the value of a specific key within the property bundle when this pattern converter has the option set.
 class RelativeTimePatternConverter
           
 class SequenceNumberPatternConverter
           
 class ThreadPatternConverter
          Return the events thread (usually the current thread) in a StringBuffer.
 class ThrowableInformationPatternConverter
          Outputs the ThrowableInformation portion of the LoggingiEvent as a full stacktrace unless this converter's option is 'short', where it just outputs the first line of the trace.
 

Fields in org.apache.log4j.pattern declared as PatternConverter
 PatternConverter PatternConverter.next
           
 

Methods in org.apache.log4j.pattern that return PatternConverter
 PatternConverter PatternParser.parse()
           
 

Methods in org.apache.log4j.pattern with parameters of type PatternConverter
protected  void PatternParser.addConverter(PatternConverter pc)
           
static boolean PatternConverter.chainHandlesThrowable(PatternConverter head)
          This method computes whether a chain of converters handles exceptions or not.
 


Log4j 1.3alpha-1

Copyright 2000-2003 Apache Software Foundation.