The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Log::Log4perl::Filter::LevelRange"

Log::Log4perl::Filter::LevelRange - Filter for a range of log levels River stage four • 376 direct dependents • 1144 total dependents

This 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.57 - 21 Oct 2022 16:47:36 UTC

Log::Log4perl::Filter - Log4perl Custom Filter Base Class River stage four • 376 direct dependents • 1144 total dependents

Log4perl 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.57 - 21 Oct 2022 16:47:36 UTC

Log::Log4perl::Filter::MDC - Filter to match on values of a MDC key River stage four • 376 direct dependents • 1144 total dependents

This 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.57 - 21 Oct 2022 16:47:36 UTC

Log::Log4perl::Filter::CallerMatch - Filter Log4perl messages based on call frames River stage zero No dependents

This 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 UTC

Log::Log4perl::Filter::Boolean - Special filter to combine the results of others River stage four • 376 direct dependents • 1144 total dependents

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.57 - 21 Oct 2022 16:47:36 UTC

Log::Log4perl::Filter::LevelMatch - Filter to match the log level exactly River stage four • 376 direct dependents • 1144 total dependents

This 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.57 - 21 Oct 2022 16:47:36 UTC

Log::Log4perl::Filter::StringMatch - Filter on log message string River stage four • 376 direct dependents • 1144 total dependents

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.57 - 21 Oct 2022 16:47:36 UTC
7 results (0.081 seconds)