This is a very simple filter based on string matching.
The filter admits two options $stringToMatch and $acceptOnMatch. If there is a match (using http://www.php.net/strpos between the value of the $stringToMatch option and the message of the LoggerLoggingEvent, then the decide() method returns LOG4PHP_LOGGER_FILTER_ACCEPT if the AcceptOnMatch option value is true, if it is false then LOG4PHP_LOGGER_FILTER_DENY is returned. If there is no match, LOG4PHP_LOGGER_FILTER_NEUTRAL is returned.
Located in /varia/LoggerStringMatchFilter.php (line 40)
LoggerFilter | --LoggerStringMatchFilter
Inherited from LoggerFilter
LoggerFilter::$next
Inherited From LoggerFilter
LoggerFilter::activateOptions()
LoggerFilter::decide()
LoggerFilter::getNext()
Documentation generated by phpDocumentor 1.3.2