Public Member Functions | |
suppress ($suppress) | |
accept ($event) | |
Protected Attributes | |
$_accept = true |
Definition at line 34 of file Suppress.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 61 of file Suppress.php.
suppress | ( | $ | suppress ) |
This is a simple boolean filter.
Call suppress(true) to suppress all log events. Call suppress(false) to accept all log events.
boolean | $suppress | Should all log events be suppressed? |
Definition at line 50 of file Suppress.php.