|
Plop
A simple logging library for PHP
|
Interface for a filter. More...
Inheritance diagram for Plop\FilterInterface:Public Member Functions | |
| filter (\Plop\RecordInterface $record) | |
Interface for a filter.
Definition at line 27 of file FilterInterface.php.
| Plop\FilterInterface::filter | ( | \Plop\RecordInterface | $record | ) |
Return whether the given record should be handled or filtered out.
| Plop::RecordInterface | $record | The record to filter. |
| bool | Whether the given record should be handled normalled (true) or filtered out (false). |
Implemented in Plop\Filter\Level, Plop\Filter\Name, and Plop\Filter\Not.