org.wurbelizer
Class AntLogger

java.lang.Object
  extended by org.wurbelizer.AntLogger
All Implemented Interfaces:
Logger

public class AntLogger
extends Object
implements Logger

A simple default logger. Prints to stdout.

Author:
harald

Constructor Summary
AntLogger(org.apache.tools.ant.Project project)
           
 
Method Summary
 void log(String msg)
          Logs a message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntLogger

public AntLogger(org.apache.tools.ant.Project project)
Method Detail

log

public void log(String msg)
Description copied from interface: Logger
Logs a message.

Specified by:
log in interface Logger
Parameters:
msg - the message


Copyright © 2001-2008 Harald Krake, Bergstr. 48, 78098 Triberg, Germany, harald@krake.de