com.e_c_group.bwptk
Class SingleLineFormatter

java.lang.Object
  extended by java.util.logging.Formatter
      extended by com.e_c_group.bwptk.SingleLineFormatter

public class SingleLineFormatter
extends java.util.logging.Formatter

A formatter for single line LogRecords


Constructor Summary
SingleLineFormatter()
           
 
Method Summary
 java.lang.String format(java.util.logging.LogRecord record)
          This method formats a LogRecord to a single line string.
 
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

SingleLineFormatter

public SingleLineFormatter()
Method Detail

format

public java.lang.String format(java.util.logging.LogRecord record)
This method formats a LogRecord to a single line string.

Specified by:
format in class java.util.logging.Formatter
Parameters:
record - The LogRecord to format
Returns:
Returns the formatted log as a String