org.openqa.selenium
Class AntLogHandler

java.lang.Object
  extended by java.util.logging.Handler
      extended by org.openqa.selenium.AntLogHandler

public class AntLogHandler
extends java.util.logging.Handler


Constructor Summary
AntLogHandler(org.apache.tools.ant.Project project, org.apache.tools.ant.Task task)
           
 
Method Summary
 void close()
           
 void flush()
           
 void publish(java.util.logging.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

AntLogHandler

public AntLogHandler(org.apache.tools.ant.Project project,
                     org.apache.tools.ant.Task task)
Method Detail

close

public void close()
           throws java.lang.SecurityException
Specified by:
close in class java.util.logging.Handler
Throws:
java.lang.SecurityException

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 © 2011. All Rights Reserved.