tom.platform
Class BasicFormatter

java.lang.Object
  extended by java.util.logging.Formatter
      extended by tom.platform.BasicFormatter

public class BasicFormatter
extends Formatter


Constructor Summary
BasicFormatter()
           
 
Method Summary
 String format(LogRecord record)
           
 
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

BasicFormatter

public BasicFormatter()
Method Detail

format

public String format(LogRecord record)
Specified by:
format in class Formatter