See: Description
| Interface | Description |
|---|---|
| Formatter |
This defines the interface for components that wish to serialize
LogEvents into Strings.
|
| 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.
|
Copyright © 2003-2004 The Apache Software Foundation. All Rights Reserved.