se.chalmers.cs.gf.util
Class SimplestLogFormatter

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

public class SimplestLogFormatter
extends java.util.logging.Formatter

A log record formatter which just returns the log message.


Constructor Summary
SimplestLogFormatter()
           
 
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

SimplestLogFormatter

public SimplestLogFormatter()
Method Detail

format

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