AndFilter syntax allows
for two or more subfilter definitions within the AndFilter definition.
The subfilters are evaluated to decide whether to accept or deny the
log event. AndFilters performs a logical AND operation, using the
results of each subfilter evaluation to determine the results of AndFilter.
An example of using
AndFilter might be that you want to filter log messages that have
a threshold of INFO and that contain the string "New client connection".
You can filter by a
single threshold, a range of thresholds, or by string matching.