The thresholds are,
from lowest to highest: TRACE, DEBUG, INFO, WARN, ERROR, and FATAL.
For example, if the minimum threshold is DEBUG and the maximum threshold
is ERROR, and if AcceptOnMatch is FALSE, messages that have the thresholds
TRACE and FATAL are denied.
To use this filter you
specify a minimum and a maximum threshold range to compare with the
log event threshold. If there is no match, the log event is denied.
If there is a match and if AcceptOnMatch is TRUE, the appender accepts
and processes the log event. If there is a match and AcceptOnMatch
is FALSE, the next filter in the filtering policy is processed. If
there are no other filters in the filtering policy and if the log
event has not been denied, the appender accepts and processes the
log event.