Class AntLogger

java.lang.Object
org.openclover.runtime.Logger
org.openclover.ant.AbstractAntLogger
org.openclover.ant.AntLogger

public class AntLogger extends AbstractAntLogger
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     

    Nested classes/interfaces inherited from class org.openclover.runtime.Logger

    org.openclover.runtime.Logger.NullLogger
  • Field Summary

    Fields inherited from class org.openclover.ant.AbstractAntLogger

    proj

    Fields inherited from class org.openclover.runtime.Logger

    LOG_DEBUG, LOG_ERR, LOG_INFO, LOG_VERBOSE, LOG_WARN
  • Constructor Summary

    Constructors
    Constructor
    Description
    AntLogger(org.apache.tools.ant.Project aProj, org.apache.tools.ant.Task aTask)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.tools.ant.Task
     

    Methods inherited from class org.openclover.ant.AbstractAntLogger

    antLog, antLogLevel, log

    Methods inherited from class org.openclover.runtime.Logger

    canIgnore, debug, debug, debug, error, error, error, getInstance, getInstance, info, info, info, isDebug, isVerbose, setDebug, setFactory, setInstance, setVerbose, verbose, verbose, verbose, warn, warn, warn

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AntLogger

      public AntLogger(org.apache.tools.ant.Project aProj, org.apache.tools.ant.Task aTask)
  • Method Details