1Filter::LevelMatch(3) User Contributed Perl DocumentationFilter::LevelMatch(3)
2
3
4
6 Log::Log4perl::Filter::LevelMatch - Filter to match the log level
7 exactly
8
10 log4perl.filter.Match1 = Log::Log4perl::Filter::LevelMatch
11 log4perl.filter.Match1.LevelToMatch = ERROR
12 log4perl.filter.Match1.AcceptOnMatch = true
13
15 This Log4perl custom filter checks if the currently submitted message
16 matches a predefined priority, as set in "LevelToMatch". The addi‐
17 tional parameter "AcceptOnMatch" defines if the filter is supposed to
18 pass or block the message ("true" or "false") on a match.
19
21 Log::Log4perl::Filter, Log::Log4perl::Filter::LevelRange,
22 Log::Log4perl::Filter::StringRange, Log::Log4perl::Filter::Boolean
23
25 Mike Schilli, <log4perl@perlmeister.com>, 2003
26
27
28
29perl v5.8.8 2002-07-10 Filter::LevelMatch(3)