org.apache.log
Interface Formatter

All Superinterfaces:
Formatter

Deprecated. Use org.apache.log.format.Formatter instead.

public interface Formatter
extends Formatter

This defines the interface for components that wish to serialize LogEvents into Strings.

Author:
Peter Donald

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

Method Detail

format

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

Specified by:
format in interface Formatter
Parameters:
event - the event
Returns:
the formatted string