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