Filter out any log messages greater than $level.
void
__construct
(integer $level)
-
integer
$level: Maximum log level to pass through the filter
Returns TRUE to accept the message, FALSE to block it.
boolean
accept
(string $message, integer $level)
-
string
$message: message for the log
-
integer
$level: log level
Implementation of:
- Zend_Log_Filter_Interface::accept()
- Returns TRUE to accept the message, FALSE to block it.