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_DEBUG priority |
void |
error(java.lang.String message)
Log a message with
MSG_ERR priority |
void |
info(java.lang.String message)
Log a message with
MSG_INFO priority |
void |
verbose(java.lang.String message)
Log a message with
MSG_VERBOSE priority |
void |
warning(java.lang.String message)
Log a message with
MSG_WARN priority |
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