This is a very simple filter based on string matching.
This is a very simple filter based on string matching. The filter admits two options $stringToMatch and $acceptOnMatch. If there is a match between the value of the StringToMatch option and the message of the LoggerLoggingEvent, then the decide() method returns LOGGER_FILTER_ACCEPT if the AcceptOnMatch option value is true, if it is false then LOGGER_FILTER_DENY is returned. If there is no match, LOGGER_FILTER_NEUTRAL is returned.
Located in Program_Root/src/log4php/varia/LoggerStringMatchFilter.php (line 35)
LoggerFilter | --LoggerStringMatchFilter
Inherited from LoggerFilter
LoggerFilter::$next
Returns LOGGER_FILTER_NEUTRAL is there is no string match.
Returns LOGGER_FILTER_NEUTRAL is there is no string match.
Inherited From LoggerFilter
LoggerFilter::activateOptions()
LoggerFilter::decide()
Documentation generated on Wed, 27 Aug 2003 18:11:52 +0200 by phpDocumentor 1.2.2