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 Handler

Test implementation of java.util.logging.Handler.

Version:
$Revision: 424108 $ $Date: 2006-07-21 01:19:55 +0200 (fr, 21 jul 2006) $
Author:
Craig R. McClanahan

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

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


Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.