Package org.x4juli.formatter.pattern

This package contains the different elements to construct each pattern.

See:
          Description

Interface Summary
MessageText Defines the constants for i18n juli internal logging.
 

Class Summary
CachedDateFormat CachedDateFormat optimizes the performance of a wrapped DateFormat.
ClassNamePatternConverter Formats the class name of the site of the logging request.
CurrentlyNotAvailableConverter Super Class for currently not available converters.
DatePatternConverter Convert and format the event's date in a StringBuffer.
FileDatePatternConverter Formats an date by delegating to DatePatternConverter.
FileLocationPatternConverter Return the record'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 record's full line location information.
IntegerPatternConverter Formats an integer.
LevelPatternConverter Return the record's level in a StringBuffer.
LineLocationPatternConverter Return the records's line location information in a StringBuffer.
LineSeparatorPatternConverter Formats a line separator.
LiteralPatternConverter Formats a string literal.
LoggerPatternConverter Logging API as a whole was originally done for Apache log4j.
LogRecordPatternConverter LogRecordPatternConverter is a base class for pattern converters that can format information from instances of LoggingEvent.
MessagePatternConverter Logging API as a whole was originally done for Apache log4j.
MethodLocationPatternConverter Return the record's line location information in a StringBuffer.
NameAbbreviator NameAbbreviator generates abbreviated logger and class names.
NameAbbreviator.MaxElementAbbreviator Abbreviator that drops starting path elements.
NameAbbreviator.NOPAbbreviator Abbreviator that simply appends full name to buffer.
NameAbbreviator.PatternAbbreviator Pattern abbreviator.
NameAbbreviator.PatternAbbreviatorFragment Fragment of an pattern abbreviator.
NamePatternConverter Base class for other pattern converters which can return only parts of their name.
NDCPatternConverter Currently not available.
PatternConverter PatternConverter is an abstract class that provides the formatting functionality that derived classes need.
PatternParser Most of the work of the PatternFormatter class is delegated to the PatternParser class.
PatternParser.ReadOnlyMap The class wraps another Map but throws exceptions on any attempt to modify the map.
PropertiesPatternConverter Currently not available.
RelativeTimePatternConverter Return the relative time in milliseconds since loading of the LoggingEvent class.
RelativeTimePatternConverter.CachedTimestamp Cached timestamp and formatted value.
SequenceNumberPatternConverter Formats the record 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.x4juli.formatter.pattern Description

This package contains the different elements to construct each pattern. Each available pattern is based on org.apache.juli.formatter.pattern.PatternConverter. The pattern is analysed by the org.apache.juli.formatter.pattern.PatternParser and the different classes are assembled/chained by it.



${license_html}