Log4g Reference Manual | ||||
---|---|---|---|---|
Top | Description |
A simple filter based on string matching.
This filter accepts two parameters:
string-to-match
accept-on-match
If there is a match between the string-to-match value and the log event message then the decide function returns:
accept if accept-on-match is TRUE
deny if accept-on-match is FALSE
The default value for accept-on-match is TRUE
.
If there is no match neutral is returned.