This Log4perl custom filter checks if the currently submitted message matches a predefined regular expression, as set in the "StringToMatch" parameter. It uses common Perl 5 regexes. The additional parameter "AcceptOnMatch" defines if the filter is s...
ETJ/Log-Log4perl-1.54 - 06 Feb 2021 22:01:42 UTCLog4perl allows the use of customized filters in its appenders to control the output of messages. These filters might grep for certain text chunks in a message, verify that its priority matches or exceeds a certain level or that this is the 10th time...
ETJ/Log-Log4perl-1.54 - 06 Feb 2021 22:01:42 UTCThis Log4perl filter checks if a predefined MDC key, as set in "KeyToMatch", of the currently submitted message matches a predefined regex, as set in "RegexToMatch"....
ETJ/Log-Log4perl-1.54 - 06 Feb 2021 22:01:42 UTCThis Log4perl custom filter checks the call stack using caller() and filters the subroutine and package using user-provided regular expressions. You can specify a specific call frame to test against, or have the filter iterate through a range of call...
PDONELAN/Log-Log4perl-Filter-CallerMatch-1.200 - 06 Nov 2010 04:08:49 UTCThis Log4perl custom filter checks if the currently submitted message matches a predefined priority, as set in "LevelToMatch". The additional parameter "AcceptOnMatch" defines if the filter is supposed to pass or block the message ("true" or "false")...
ETJ/Log-Log4perl-1.54 - 06 Feb 2021 22:01:42 UTCThis Log4perl custom filter checks if the current message has a priority matching a predefined range. The "LevelMin" and "LevelMax" parameters define the levels (choose from "DEBUG", "INFO", "WARN", "ERROR", "FATAL") marking the window of allowed mes...
ETJ/Log-Log4perl-1.54 - 06 Feb 2021 22:01:42 UTCThis module implements an XML config, complementing the properties-style config described elsewhere....
ETJ/Log-Log4perl-1.54 - 06 Feb 2021 22:01:42 UTC