This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.wink.logging
Class InMemoryHandler
java.lang.Object
   java.util.logging.Handler
java.util.logging.Handler
       org.apache.wink.logging.InMemoryHandler
org.apache.wink.logging.InMemoryHandler
- public class InMemoryHandler 
- extends Handler
 
 
| 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 | 
 
InMemoryHandler
public InMemoryHandler()
close
public void close()
           throws SecurityException
- 
- Specified by:
- closein class- Handler
 
- 
- Throws:
- SecurityException
 
flush
public void flush()
- 
- Specified by:
- flushin class- Handler
 
- 
 
publish
public void publish(LogRecord record)
- 
- Specified by:
- publishin class- Handler
 
- 
 
getRecords
public List<LogRecord> getRecords()
- Returns a live List of the records.
 
- 
 
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.