This package contains formmaters that serialize LogEvents to strings.
See: Description
| Interface Summary | |
|---|---|
| Formatter | This defines the interface for components that wish to serialize LogEvents into Strings. |
| Class Summary | |
|---|---|
| AvalonFormatter | This formatter extends ExtendedPatternFormatter so that CascadingExceptions are formatted with all nested exceptions. |
| ExtendedPatternFormatter | Formatter especially designed for debugging applications. |
| PatternFormatter | This formater formats the LogEvents according to a input pattern string. |
| PatternFormatter.PatternRun | |
| RawFormatter | Basic formatter that just returns raw message string and ignores remainder of LogEvent. |
| SyslogFormatter | A formatter that serializes in the format originally used by BSD syslog daemon. |
| XMLFormatter | Basic XML formatter that writes out a basic XML-ified log event. |