org.mortbay.jetty.ant.utils
Class TaskLog
java.lang.Object
org.mortbay.jetty.ant.utils.TaskLog
public class TaskLog
- extends Object
Provides logging functionality for classes without access to the Ant project
variable.
- Author:
- Jakub Pawlowicz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskLog
public TaskLog()
setTask
public static void setTask(org.apache.tools.ant.Task task)
log
public static void log(String message)
logWithTimestamp
public static void logWithTimestamp(String message)
Copyright © 2009 Mort Bay Consulting. All Rights Reserved.