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 | |
---|---|
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. |