1Filter::LevelMatch(3) User Contributed Perl DocumentationFilter::LevelMatch(3)
2
3
4

NAME

6       Log::Log4perl::Filter::LevelMatch - Filter to match the log level
7       exactly
8

SYNOPSIS

10           log4perl.filter.Match1               = Log::Log4perl::Filter::LevelMatch
11           log4perl.filter.Match1.LevelToMatch  = ERROR
12           log4perl.filter.Match1.AcceptOnMatch = true
13

DESCRIPTION

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

SEE ALSO

21       Log::Log4perl::Filter, Log::Log4perl::Filter::Boolean,
22       Log::Log4perl::Filter::LevelRange, Log::Log4perl::Filter::MDC,
23       Log::Log4perl::Filter::StringMatch
24

LICENSE

26       Copyright 2002-2013 by Mike Schilli <m@perlmeister.com> and Kevin Goess
27       <cpan@goess.org>.
28
29       This library is free software; you can redistribute it and/or modify it
30       under the same terms as Perl itself.
31

AUTHOR

33       Please contribute patches to the project on Github:
34
35           http://github.com/mschilli/log4perl
36
37       Send bug reports or requests for enhancements to the authors via our
38
39       MAILING LIST (questions, bug reports, suggestions/patches):
40       log4perl-devel@lists.sourceforge.net
41
42       Authors (please contact them via the list above, not directly): Mike
43       Schilli <m@perlmeister.com>, Kevin Goess <cpan@goess.org>
44
45       Contributors (in alphabetical order): Ateeq Altaf, Cory Bennett, Jens
46       Berthold, Jeremy Bopp, Hutton Davidson, Chris R. Donnelly, Matisse
47       Enzer, Hugh Esco, Anthony Foiani, James FitzGibbon, Carl Franks, Dennis
48       Gregorovic, Andy Grundman, Paul Harrington, Alexander Hartmaier  David
49       Hull, Robert Jacobson, Jason Kohles, Jeff Macdonald, Markus Peter,
50       Brett Rann, Peter Rabbitson, Erik Selberg, Aaron Straup Cope, Lars
51       Thegler, David Viner, Mac Yang.
52
53
54
55perl v5.32.1                      2021-02-08             Filter::LevelMatch(3)
Impressum