Public Member Functions | |
__construct ($priority, $operator= '<=') | |
accept ($event) | |
Protected Attributes | |
$_priority | |
$_operator |
Definition at line 34 of file Priority.php.
__construct | ( | $ | priority ) |
Filter logging by $priority. By default, it will accept any log event whose priority value is less than or equal to $priority.
integer | $priority | Priority |
string | $operator | Comparison operator |
Zend_Log_Exception |
Definition at line 54 of file Priority.php.
accept | ( | $ | event ) |
Returns TRUE to accept the message, FALSE to block it.
array | $event | event data |
Implements Zend_Log_Filter_Interface.
Definition at line 71 of file Priority.php.