Log4j 1.3alpha-8

Package org.apache.log4j.pattern

Provides classes implementing format specifiers in conversion patterns.

See:
          Description

Class Summary
ClassNamePatternConverter Formats the class name of the site of the logging request.
DatePatternConverter Convert and format the event's date in a StringBuffer.
FileDatePatternConverter Formats an date by delegating to DatePatternConverter.
FileLocationPatternConverter Return the event's line location information in a StringBuffer.
FormattingInfo Modifies the output of a pattern converter for a specified minimum and maximum width and alignment.
FullLocationPatternConverter Format the event's line location information.
IntegerPatternConverter Formats an integer.
LevelPatternConverter Return the event's level in a StringBuffer.
LineLocationPatternConverter Return the event's line location information in a StringBuffer.
LineSeparatorPatternConverter Formats a line separator.
LiteralPatternConverter Formats a string literal.
LoggerPatternConverter Formats a logger name.
LoggingEventPatternConverter LoggingEventPatternConverter is a base class for pattern converters that can format information from instances of LoggingEvent.
MessagePatternConverter Return the event's rendered message in a StringBuffer.
MethodLocationPatternConverter Return the event's line location information in a StringBuffer.
NameAbbreviator NameAbbreviator generates abbreviated logger and class names.
NamePatternConverter Base class for other pattern converters which can return only parts of their name.
NDCPatternConverter Return the event's NDC in a StringBuffer.
PatternConverter PatternConverter is an abstract class that provides the formatting functionality that derived classes need.
PatternParser Most of the work of the PatternLayout class is delegated to the PatternParser 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.
RelativeTimePatternConverter Return the relative time in milliseconds since loading of the LoggingEvent class.
SequenceNumberPatternConverter Formats the event sequence number.
ThreadPatternConverter Formats the event thread name.
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.
 

Package org.apache.log4j.pattern Description

Provides classes implementing format specifiers in conversion patterns.



Log4j 1.3alpha-8

Copyright © 2000-2006 Apache Software Foundation.
Licensed under the Apache License, Version 2.0.