org.pscode.xui.log
Class ListLogHandler

java.lang.Object
  extended by java.util.logging.Handler
      extended by org.pscode.xui.log.ListLogHandler

public class ListLogHandler
extends Handler


Constructor Summary
ListLogHandler()
           
ListLogHandler(int maxSize)
           
 
Method Summary
 void close()
           
 void flush()
           
 ArrayList getLog()
           
 void publish(LogRecord record)
           
 
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

ListLogHandler

public ListLogHandler()

ListLogHandler

public ListLogHandler(int maxSize)
Method Detail

close

public void close()
Specified by:
close in class Handler

flush

public void flush()
Specified by:
flush in class Handler

publish

public void publish(LogRecord record)
Specified by:
publish in class Handler

getLog

public ArrayList getLog()