org.apache.commons.logging.jdk14
Class TestHandler

java.lang.Object
  extended by java.util.logging.Handler
      extended by org.apache.commons.logging.jdk14.TestHandler

public class TestHandler
extends java.util.logging.Handler

Test implementation of java.util.logging.Handler.

Version:
$Revision: 424108 $ $Date: 2006-07-21 00:19:55 +0100 (Fri, 21 Jul 2006) $
Author:
Craig R. McClanahan

Constructor Summary
TestHandler()
           
 
Method Summary
 void close()
           
 void flush()
           
 void publish(java.util.logging.LogRecord record)
           
 java.util.Iterator records()
           
 
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

TestHandler

public TestHandler()
Method Detail

records

public java.util.Iterator records()

close

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

flush

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

publish

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


Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.