Package org.apache.log.format
This package contains formmaters that serialize LogEvents to strings.
-
Interface Summary Interface Description Formatter This defines the interface for components that wish to serialize LogEvents into Strings. -
Class Summary Class Description 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.