Class AbstractAntLogger

java.lang.Object
org.openclover.runtime.Logger
org.openclover.ant.AbstractAntLogger
Direct Known Subclasses:
AntLogger

public abstract class AbstractAntLogger extends org.openclover.runtime.Logger
  • Nested Class Summary

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

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

    Fields
    Modifier and Type
    Field
    Description
    protected org.apache.tools.ant.Project
     

    Fields inherited from class org.openclover.runtime.Logger

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

    Constructors
    Constructor
    Description
    AbstractAntLogger(org.apache.tools.ant.Project project)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    antLog(org.apache.tools.ant.Project proj, org.apache.tools.ant.Task task, String message, Throwable exception, int antLogLevel)
     
    protected int
    antLogLevel(int level)
     
    abstract org.apache.tools.ant.Task
     
    void
    log(int level, String message, Throwable exception)
     

    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
  • Field Details

    • proj

      protected org.apache.tools.ant.Project proj
  • Constructor Details

    • AbstractAntLogger

      public AbstractAntLogger(org.apache.tools.ant.Project project)
  • Method Details

    • getTask

      public abstract org.apache.tools.ant.Task getTask()
    • log

      public void log(int level, String message, Throwable exception)
      Specified by:
      log in class org.openclover.runtime.Logger
    • antLog

      protected void antLog(org.apache.tools.ant.Project proj, org.apache.tools.ant.Task task, String message, Throwable exception, int antLogLevel)
    • antLogLevel

      protected int antLogLevel(int level)