Public Member Functions | |
__construct ($regexp) | |
accept ($event) | |
Protected Attributes | |
$_regexp |
Definition at line 34 of file Message.php.
__construct | ( | $ | regexp ) |
Filter out any log messages not matching $regexp.
string | $regexp | Regular expression to test the log message |
Zend_Log_Exception |
Definition at line 47 of file Message.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 62 of file Message.php.