Uses of Interface
org.apache.anteater.test.log.Logger

Packages that use Logger
org.apache.anteater.test This package contains the top-level tasks and API that define the testing framework. 
org.apache.anteater.test.log Anteater's logging system. 
 

Uses of Logger in org.apache.anteater.test
 

Fields in org.apache.anteater.test declared as Logger
protected  Logger MatcherSet.logger
           
protected  Logger Matcher.logger
           
protected  Logger MatcherTest.logger
           
 

Methods in org.apache.anteater.test with parameters of type Logger
 void MatcherSet.setLogger(Logger logger)
           
 void Matcher.setLogger(Logger logger)
          Set the logger.
 void MatcherTest.setLogger(Logger logger)
           
 

Uses of Logger in org.apache.anteater.test.log
 

Classes in org.apache.anteater.test.log that implement Logger
 class BaseLogger
          A basic Logger implementation.
 class ColourLogger
          Logger that writes Text log files with ANSI colour codes.
 class CompositeLogger
          A Logger that implements the Composite (GoF) pattern, by delegating method calls to a group of Loggers.
 class DebugLogger
          A Logger that just prints println messages indicating which methods have been called.
 class MinimalLogger
          Logger that writes Text log files.
 class TextLogger
          Logger that writes Text log files.
 class XMLLogger
          Logger that writes XML log files compatible (slightly extending) with those from the <junit> task's XML formatter.
 

Methods in org.apache.anteater.test.log that return Logger
 Logger LoggerFactory.createLogger()
          ActionTasks that wish to log should request a Log via this method.
 

Methods in org.apache.anteater.test.log with parameters of type Logger
 void CompositeLogger.addLogger(Logger logger)
           
 



Ant Functional Tester -- see Project home page for details