org.apache.tools.ant.util
public final class TaskLogger extends Object
| Constructor Summary | |
|---|---|
| TaskLogger(Task task)
Constructor for the TaskLogger | |
| Method Summary | |
|---|---|
| void | debug(String message)
Log a message with MSG_DEBUG priority |
| void | error(String message)
Log a message with MSG_ERR priority |
| void | info(String message)
Log a message with MSG_INFO priority |
| void | verbose(String message)
Log a message with MSG_VERBOSE priority |
| void | warning(String message)
Log a message with MSG_WARN priority |
Parameters: task the task
MSG_DEBUG priorityParameters: message the message to log
MSG_ERR priorityParameters: message the message to log
MSG_INFO priorityParameters: message the message to log
MSG_VERBOSE priorityParameters: message the message to log
MSG_WARN priorityParameters: message the message to log