de.axelwernicke.mypod.util
Class SingleLineFormatter

java.lang.Object
  extended byjava.util.logging.Formatter
      extended byde.axelwernicke.mypod.util.SingleLineFormatter

public class SingleLineFormatter
extends java.util.logging.Formatter

This class provides a logging formatter that gets single line output.

Author:
axel wernicke

Constructor Summary
SingleLineFormatter()
           
 
Method Summary
 java.lang.String format(java.util.logging.LogRecord record)
          Formats a given log record.
 
Methods inherited from class java.util.logging.Formatter
formatMessage, getHead, getTail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleLineFormatter

public SingleLineFormatter()
Method Detail

format

public java.lang.String format(java.util.logging.LogRecord record)
Formats a given log record.

Parameters:
record - to format
Returns:
log record formatted to a single line