org.apache.log
Interface Formatter
- Formatter
- AvalonFormatter, ExtendedPatternFormatter, PatternFormatter, RawFormatter, SyslogFormatter, XMLFormatter
public interface Formatter
This defines the interface for components that wish to serialize
LogEvents into Strings.
- Peter Donald
format
public String format(LogEvent event)
Serialize log event into string.
- format in interface Formatter
event
- the event
- the formatted string
"Copyright B) 2001 Apache Jakarta Project. All Rights Reserved."