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
17 additional parameter "AcceptOnMatch" defines if the filter is supposed
18 to 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 Copyright 2002-2009 by Mike Schilli <m@perlmeister.com> and Kevin Goess
26 <cpan@goess.org>.
27
28 This library is free software; you can redistribute it and/or modify it
29 under the same terms as Perl itself.
30
31
32
33perl v5.12.2 2010-08-31 Filter::LevelMatch(3)