Interface FilterInterface

Summary

Fully Qualified Name: Zend\Log\Filter\FilterInterface

Description

Methods

Name Description Defined By
filter() Returns TRUE to accept the message, FALSE to block it. FilterInterface

Method Details

filter()

Returns TRUE to accept the message, FALSE to block it.

Parameter Name Type Description
$event array event

Returns: bool accepted?

Top