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_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 |
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