Class AntLogger

java.lang.Object
org.wurbelizer.ant.misc.AntLogger
All Implemented Interfaces:
Logger

public class AntLogger extends Object implements Logger
Ant logger.
Used if the wurbelizer is invoked from within Ant.
Author:
harald
  • Constructor Details

    • AntLogger

      public AntLogger(org.apache.tools.ant.Project project)
      Creates an Ant logger.
      Parameters:
      project - the Ant project
  • Method Details