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

java.lang.Object
  extended byjava.util.logging.Formatter
      extended byedu.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.3 2006/04/11 14:10:09 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.

Parameters:
record - the log record to be formatted.
Returns:
a formatted log record


Copyright © 2001-2005