calhoun.util
Class SimplerFormatter

java.lang.Object
  extended by java.util.logging.Formatter
      extended by calhoun.util.SimplerFormatter

public class SimplerFormatter
extends java.util.logging.Formatter

Simpler formatter than the default Java SimpleFormatter. Only displays time and file.


Constructor Summary
SimplerFormatter()
           
 
Method Summary
 java.lang.String format(java.util.logging.LogRecord rec)
          Just prints a time followed by message followed by class function line
 
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

SimplerFormatter

public SimplerFormatter()
Method Detail

format

public java.lang.String format(java.util.logging.LogRecord rec)
Just prints a time followed by message followed by class function line

Specified by:
format in class java.util.logging.Formatter