edu.udo.cs.miningmart.m4.utils
Class PrintFormatter

java.lang.Object
  extended by java.util.logging.Formatter
      extended by edu.udo.cs.miningmart.m4.utils.PrintFormatter

public class PrintFormatter
extends java.util.logging.Formatter

Prints the LogRecords with the timestamp before.

Version:
$Id: PrintFormatter.java,v 1.4 2006/09/27 14:59:54 euler Exp $
Author:
Daniel Hakenjos

Constructor Summary
PrintFormatter()
           
 
Method Summary
 java.lang.String format(java.util.logging.LogRecord record)
          Format the given LogRecord.
 
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

PrintFormatter

public PrintFormatter()
Method Detail

format

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

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


Copyright © 2001-2005