Sometimes, it's useful to combine the output of various filters to arrive at a log/no log decision. While Log4j, Log4perl's mother ship, chose to implement this feature as a filter chain, similar to Linux' IP chains, Log4perl tries a different approa...
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 UTCIMPORTANT: Please read "ROAD TO 1.0" on some incompatibilities in the near future, before 1.0 is released. Log::Any::App is a convenient combo for Log::Any and Log::Log4perl (although alternative backends beside Log4perl might be considered in the fu...
PERLANCAR/Log-Any-App-0.540 - 09 Jan 2019 16:12:08 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 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 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