de.goerntkai.scot.app.misc
Class LogFormatter

java.lang.Object
  extended byjava.util.logging.Formatter
      extended byde.goerntkai.scot.app.misc.LogFormatter

public class LogFormatter
extends java.util.logging.Formatter

LogFormatter formats the log output in a single line fashion for the log being more easy to read.

Version:
$Id: LogFormatter.java,v 1.3 2005/05/05 08:32:30 GoerntKai Exp $
Author:
GoerntKai

Constructor Summary
LogFormatter()
          Standard Constructor.
 
Method Summary
 java.lang.String format(java.util.logging.LogRecord record)
          Formats the log output.
 
Methods inherited from class java.util.logging.Formatter
formatMessage, getHead, getTail
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogFormatter

public LogFormatter()

Standard Constructor.

Method Detail

format

public java.lang.String format(java.util.logging.LogRecord record)

Formats the log output.

Parameters:
record -
Returns:
the log output as a single line
See Also:
Formatter.format(java.util.logging.LogRecord)


© 2004 by Kai Görnt