Definition at line 34 of file Suppress.php.
◆ accept()
◆ factory()
static factory |
( |
|
$config | ) |
|
|
static |
◆ suppress()
This is a simple boolean filter.
Call suppress(true) to suppress all log events. Call suppress(false) to accept all log events.
- Parameters
-
boolean | $suppress | Should all log events be suppressed? |
- Returns
- void
Definition at line 50 of file Suppress.php.
52 $this->_accept = (! $suppress);
◆ $_accept
The documentation for this class was generated from the following file:
- vendor/magento/zendframework1/library/Zend/Log/Filter/Suppress.php