frysk.gui.monitor
Class EventFormatter

java.lang.Object
  extended by java.util.logging.Formatter
      extended by frysk.gui.monitor.EventFormatter

public class EventFormatter
extends Formatter


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

EventFormatter

public EventFormatter()
Method Detail

format

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