qflib 0.98.0

de.qfs.lib.log
Interface LogFormat

All Known Implementing Classes:
DefaultLogFormat

public interface LogFormat

Interface for a formatter for LogEntries.

Since:
0.98.0
Version:
$Revision: 1.1 $
Author:
Oliver Brandt, Gregor Schmid

Method Summary
 java.lang.String format(LogEntry entry)
          Format one LogEntry.
 

Method Detail

format

public java.lang.String format(LogEntry entry)
Format one LogEntry.
Parameters:
entry - The LogEntry to format.
Returns:
A String representation for the LogEntry.

qflib 0.98.0