org.das2.util
Class GraphicalLogHandler

java.lang.Object
  extended by java.util.logging.Handler
      extended by org.das2.util.GraphicalLogHandler

public class GraphicalLogHandler
extends java.util.logging.Handler


Nested Class Summary
 class GraphicalLogHandler.LogRenderer
           
 
Constructor Summary
GraphicalLogHandler()
           
 
Method Summary
 void close()
           
 void flush()
           
 MouseModule getMouseModule()
           
 MouseModule getShowLogMouseModule(DasPlot plot2)
           
static void main(java.lang.String[] args)
           
 void publish(java.util.logging.LogRecord rec)
           
 
Methods inherited from class java.util.logging.Handler
getEncoding, getErrorManager, getFilter, getFormatter, getLevel, isLoggable, reportError, setEncoding, setErrorManager, setFilter, setFormatter, setLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicalLogHandler

public GraphicalLogHandler()
Method Detail

publish

public void publish(java.util.logging.LogRecord rec)
Specified by:
publish in class java.util.logging.Handler

flush

public void flush()
Specified by:
flush in class java.util.logging.Handler

close

public void close()
Specified by:
close in class java.util.logging.Handler

getMouseModule

public MouseModule getMouseModule()

getShowLogMouseModule

public MouseModule getShowLogMouseModule(DasPlot plot2)

main

public static void main(java.lang.String[] args)