se.chalmers.cs.gf.util
Class MilliLogFormatter

java.lang.Object
  extended by java.util.logging.Formatter
      extended by se.chalmers.cs.gf.util.MilliLogFormatter

public class MilliLogFormatter
extends java.util.logging.Formatter

A log record formatter which just prints the log message and the unix time stamp.


Constructor Summary
MilliLogFormatter()
           
 
Method Summary
 java.lang.String format(java.util.logging.LogRecord r)
           
 
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

MilliLogFormatter

public MilliLogFormatter()
Method Detail

format

public java.lang.String format(java.util.logging.LogRecord r)
Specified by:
format in class java.util.logging.Formatter