|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| suppress ($suppress) | |
| accept ($event) | |
Static Public Member Functions | |
| static | factory ($config) |
Protected Attributes | |
| $_accept = true | |
Additional Inherited Members | |
Static Protected Member Functions inherited from Zend_Log_Filter_Abstract | |
| static | _parseConfig ($config) |
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.
|
static |
Create a new instance of Zend_Log_Filter_Suppress
| array | Zend_Config | $config |
| Zend_Log_Exception |
Implements Zend_Log_FactoryInterface.
Definition at line 73 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.
|
protected |
Definition at line 39 of file Suppress.php.