void setMessageOutputLevel(
int
$level)
|
|
Set the msgOutputLevel this logger is to respond to.
Only messages with a message level lower than or equal to the given level are output to the log.
<p> Constants for the message levels are in Project.php. The order of the levels, from least to most verbose, is:
- Project::MSG_ERR
- Project::MSG_WARN
- Project::MSG_INFO
- Project::MSG_VERBOSE
- Project::MSG_DEBUG
The default message level for DefaultLogger is Project::MSG_ERR.
Tags:
Implementation of:
- StreamRequiredBuildLogger::setMessageOutputLevel
Parameters: