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::Level"

Log::Log4perl::Level - Predefined log levels River stage four • 376 direct dependents • 1144 total dependents

"Log::Log4perl::Level" simply exports a predefined set of *Log4perl* log levels into the caller's name space. It is used internally by "Log::Log4perl". The following scalars are defined: $OFF $FATAL $ERROR $WARN $INFO $DEBUG $TRACE $ALL "Log::Log4per...

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::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::Info - Wrapper around Log::Log4perl River stage one • 1 direct dependent • 1 total dependent

This tool is now just a wrapper around Log::Log4perl. The author recommends that you use that module instead; this module is maintained purely to provide a migration path thereto. All documentation for using Log::Info has been excised, except for tha...

FLUFFY/Log-Info-2.00 - 19 Dec 2010 09:03:25 UTC

Test::Log4perl - test log4perl River stage zero No dependents

This module can be used to test that you're logging the right thing with Log::Log4perl. It checks that we get what, and only what, we expect logged by your code. The basic process is very simple. Within your test script you get one or more loggers fr...

FOTANGO/Test-Log4perl-0.1001 - 07 Aug 2006 09:50:06 UTC

Log::Cabin - Partial implementation of Log::Log4perl with reduced disk IO. River stage zero No dependents

Log::Cabin provides a selection of the features of Log::Log4perl but with a focus on reduced disk IO. Just calling 'use Log::Log4perl' results in hundreds of stat calls to the file system. If you have a shared file system with many nodes running perl...

JORVIS/Log-Cabin-0.06 - 08 Jan 2008 02:21:32 UTC

Test::Log::Log4perl - test log4perl River stage two • 3 direct dependents • 11 total dependents

This module can be used to test that you're logging the right thing with Log::Log4perl. It checks that we get what, and only what, we expect logged by your code. The basic process is very simple. Within your test script you get one or more loggers fr...

CLKAO/Test-Log-Log4perl-0.32 - 16 Feb 2013 09:41:18 UTC

Log::Sprintf - Format strings the way Log::log4perl does, without all the weight River stage one • 1 direct dependent • 1 total dependent

This module is meant as a *mostly* drop in replacement for the log formatting system that Log::log4perl uses; it doesn't bring in all of the weight of "Log::log4perl" and allows you to add new flags in subclasses....

FREW/Log-Sprintf-0.001003 - 14 Feb 2015 04:46:13 UTC

Activator::Log - provide a simple wrapper for Log::Log4perl for use within an Activator project. River stage zero No dependents

This module provides a simple wrapper for Log::Log4perl that allows you to have a project level configuration for Log4perl, and have any class or script in your project be configured and output log messages in a consistent centralized way. Additional...

KNASSAR/Activator-0.91 - 15 Oct 2008 17:10:40 UTC

Log::ger - A lightweight, flexible logging framework River stage four • 525 direct dependents • 1361 total dependents

Log::ger is yet another logging framework with the following features: * Separation of producers and consumers/listeners Like Log::Any, this offers a very easy way for modules to produce some logs without having to configure anything. Configuring out...

PERLANCAR/Log-ger-0.042 - 23 Feb 2024 01:58:36 UTC

Poet::Log - Poet logging River stage one • 2 direct dependents • 2 total dependents

Poet uses Log::Any and Log::Log4perl for logging, with simplified configuration for the common case. Log::Any is a logging abstraction that allows CPAN modules to log without knowing about which logging framework is in use. It supports standard loggi...

JSWARTZ/Poet-0.16 - 08 Jan 2015 06:48:58 UTC

Log::Any - Bringing loggers and listeners together River stage three • 285 direct dependents • 777 total dependents

"Log::Any" provides a standard log production API for modules. Log::Any::Adapter allows applications to choose the mechanism for log consumption, whether screen, file or another logging mechanism like Log::Dispatch or Log::Log4perl. Many modules have...

PREACTION/Log-Any-1.717 - 17 Aug 2023 15:53:05 UTC

Log::Tree - lightweight but highly configurable logging class River stage two • 17 direct dependents • 18 total dependents

TEX/Log-Tree-0.18 - 04 Nov 2016 22:24:20 UTC

Log::Log4perl::Config - Log4perl configuration file syntax River stage four • 376 direct dependents • 1144 total dependents

In "Log::Log4perl", configuration files are used to describe how the system's loggers ought to behave. The format is the same as the one as used for "log4j", just with a few perl-specific extensions, like enabling the "Bar::Twix" syntax instead of in...

ETJ/Log-Log4perl-1.57 - 21 Oct 2022 16:47:36 UTC

Log::Stack - Cache log messages and throw them later River stage zero No dependents

ZURBORG/Log-Stack-0.001 - 01 May 2016 09:21:57 UTC

Log::Defer - Deferred logs and timers River stage one • 2 direct dependents • 2 total dependents

I believe a lot of log processing is done too early. This module lets you defer log processing in two ways: Defer recording of log messages until some "transaction" has completed Typically this transaction is something like an HTTP request or a cron ...

FRACTAL/Log-Defer-0.312 - 07 Mar 2016 21:56:09 UTC

Thorium::Log - Logging support River stage zero No dependents

Thorium::Log is a high level wrapper class around Log::Log4perl's functionality. It exists to replace all "print"s and "say"s. See Thorium::Roles::Logging for adding logging support via "$self-"log->...> to your object. You are encouraged to subclass...

AFLOTT/Thorium-0.510 - 29 Sep 2011 01:14:48 UTC

Log::Shiras - A Moose based logging and reporting tool River stage one • 1 direct dependent • 1 total dependent

Shiras <http://en.wikipedia.org/wiki/Moose#Subspecies> - A small subspecies of Moose found in the western United States (of America). This is one of many loggers <https://metacpan.org/search?q=Log> you can choose from in CPAN. The ultimate goal of th...

JANDREW/Log-Shiras-v0.48.0 - 03 Oct 2016 19:16:17 UTC

Log::Log4perl - Log4j implementation for Perl River stage four • 376 direct dependents • 1144 total dependents

Log::Log4perl lets you remote-control and fine-tune the logging behaviour of your system from the outside. It implements the widely popular (Java-based) Log4j logging package in pure Perl. For a detailed tutorial on Log::Log4perl usage, please read <...

ETJ/Log-Log4perl-1.57 - 21 Oct 2022 16:47:36 UTC

Log::Declare - A high performance Perl logging module River stage one • 1 direct dependent • 1 total dependent

CHGOVUK/Log-Declare-0.10 - 06 Aug 2014 08:31:51 UTC
95 results (0.063 seconds)