org.apache.log
Interface Formatter

All Superinterfaces:
Formatter
All Known Implementing Classes:
RawFormatter, PatternFormatter, XMLFormatter, SyslogFormatter

public interface Formatter
extends Formatter


Method Summary
 java.lang.String format(LogEvent)
          Serialize log event into string.
 

Method Detail

format

public java.lang.String format(LogEvent)
Description copied from interface: Formatter
Serialize log event into string.
Specified by:
format in interface Formatter
Following copied from interface: org.apache.log.format.Formatter
Parameters:
event - the event
Returns:
the formatted string


"Copyright © 2001 Apache Jakarta Project. All Rights Reserved."