public final class TaskLogger extends Object
| Constructor and Description | 
|---|
| TaskLogger(Task task)Constructor for the TaskLogger | 
| Modifier and Type | Method and Description | 
|---|---|
| void | debug(String message)Log a message with  MSG_DEBUGpriority | 
| void | error(String message)Log a message with  MSG_ERRpriority | 
| void | info(String message)Log a message with  MSG_INFOpriority | 
| void | verbose(String message)Log a message with  MSG_VERBOSEpriority | 
| void | warning(String message)Log a message with  MSG_WARNpriority | 
public TaskLogger(Task task)
task - the taskpublic void debug(String message)
MSG_DEBUG prioritymessage - the message to logpublic void error(String message)
MSG_ERR prioritymessage - the message to logpublic void info(String message)
MSG_INFO prioritymessage - the message to logpublic void verbose(String message)
MSG_VERBOSE prioritymessage - the message to logpublic void warning(String message)
MSG_WARN prioritymessage - the message to log