Uses of Class
org.apache.anteater.test.log.BaseLogger

Packages that use BaseLogger
org.apache.anteater.test.log Anteater's logging system. 
 

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

Subclasses of BaseLogger in org.apache.anteater.test.log
 class ColourLogger
          Logger that writes Text log files with ANSI colour codes.
 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.
 



Ant Functional Tester -- see Project home page for details