org.apache.log.format |
This package contains formmaters that serialize LogEvents to strings.
|
Java Source File Name | Type | Comment |
AvalonFormatter.java | Class | This formatter extends ExtendedPatternFormatter so that
CascadingExceptions are formatted with all nested exceptions.
class : outputs the name of the class that has logged the
message. |
ExceptionUtil.java | Class | This class provides basic facilities for manipulating exceptions. |
ExtendedPatternFormatter.java | Class | Formatter especially designed for debugging applications.
This formatter extends the standard PatternFormatter to add
two new possible expansions. |
Formatter.java | Interface | This defines the interface for components that wish to serialize
LogEvents into Strings. |
PatternFormatter.java | Class | This formater formats the LogEvents according to a input pattern
string.
The format of each pattern element can be
%[+|-][#[.#]]{field:subformat} .
|
RawFormatter.java | Class | Basic formatter that just returns raw
message string and ignores remainder of LogEvent. |
SyslogFormatter.java | Class | A formatter that serializes in the format originally
used by BSD syslog daemon. |
XMLFormatter.java | Class | Basic XML formatter that writes out a basic XML-ified log event. |