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

Search results for "log4perl"

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 - Search in distribution

Tie::Log4perl River stage zero No dependents

Tie a filehandle so that whatever is printed to it is instead logged via Log4perl, as recommended by Log::Log4Perl::FAQ, except that using the filehandle you tie as an appender will not cause infinite recursion....

FRODWITH/Tie-Log4perl-0.1 - 30 Jun 2009 00:11:37 UTC - Search in distribution

DBIx::Log4perl - Perl extension for DBI to selectively log DBI methods, SQL, parameters, result-sets, transactions etc to a Log::Log4perl handle. River stage one • 1 direct dependent • 1 total dependent

NOTE: The names of DBIx::Log4perl "ATTRIBUTES" have changed in version 0.18. They are now all lowercased as per the DBI specification. "DBIx::Log4perl" is a wrapper over DBI which adds logging of your DBI activity via a Log::Log4perl handle. Log::Log...

MJEVANS/DBIx-Log4perl-0.26 - 18 Jul 2012 09:08:58 UTC - Search in distribution

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 - Search in distribution

Log4Perl::ImportHandle - Imports a Log4Perl handle with category River stage zero No dependents

This class imports an easy to use Log4Perl handle to the current class. Instead of the not recommended way to use direct functions like DEBUG(), here you can define a category....

AHERNIT/Log4Perl-ImportHandle-0.033 - 20 Sep 2016 08:48:33 UTC - Search in distribution

Clio::Log::Log4perl - Log4perl log implementation River stage zero No dependents

Implement Log::Log4perl as logging class....

AJGB/Clio-0.02 - 19 May 2012 20:00:11 UTC - Search in distribution
  • clio - Command Line Input/Output with sockets and HTTP

Log::Log4perl::Lazy - Lazily evaluate logging arguments River stage zero No dependents

This module is an extension of Log::Log4perl. You can simply write something like this: DEBUG 'obj = '.slow_func($obj); where the argument of the "DEBUG" subroutine will be *lazily* evaluated. This means, if the DEBUG level is not enabled for the cur...

MAHIRO/Log-Log4perl-Lazy-0.02 - 22 Jul 2014 16:37:40 UTC - Search in distribution

Log::Log4perl::Tiny - mimic Log::Log4perl in one single module River stage one • 6 direct dependents • 7 total dependents

Yes... yet another logging module. Nothing particularly fancy nor original, too, but a single-module implementation of the features I use most from Log::Log4perl for quick things, namely: * easy mode and stealth loggers (aka log functions "INFO", "WA...

POLETTIX/Log-Log4perl-Tiny-1.8.0 - 09 Oct 2022 15:54:24 UTC - Search in distribution

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 - Search in distribution

MojoX::Log::Log4perl - Log::Log4perl logging for Mojo/Mojolicious River stage zero No dependents

: This module provides a Mojo::Log implementation that uses Log::Log4perl as the underlying log mechanism. It provides all the methods listed in Mojo::Log (and many more from Log4perl - see below), so, if you already use Mojo::Log in your application...

GARU/MojoX-Log-Log4perl-0.12 - 07 Oct 2019 17:35:49 UTC - Search in distribution

Config::Any::Log4perl - Config::Any loader for Log4perl config files River stage zero No dependents

Loads Log4perl configuration files. Example: ### sample.log4perl log4perl.logger = TRACE, SCREEN log4perl.appender.SCREEN = Log::Log4perl::Appender::Screen log4perl.appender.SCREEN.stderr = 1 log4perl.appender.SCREEN.layout = Log::Log4perl::Layout::P...

LOSYME/Config-Any-Log4perl-0.130020 - 02 Jan 2013 21:00:30 UTC - Search in distribution

MooseX::Log::Log4perl - A Logging Role for Moose based on Log::Log4perl River stage two • 26 direct dependents • 46 total dependents

A logging role building a very lightweight wrapper to Log::Log4perl for use with your Moose or Moo classes. The initialization of the Log4perl instance must be performed prior to logging the first log message. Otherwise the default initialization wil...

LAMMEL/MooseX-Log-Log4perl-0.47 - 08 Dec 2015 22:02:16 UTC - Search in distribution

Data::AnyXfer::Log4perl - Unified logging system River stage zero No dependents

This module provides an easy and centralized way to do logging, which will probably be most useful during development and when trying to track down issues in code....

ALUCAS/Data-AnyXfer-0.1 - 25 May 2020 13:33:44 UTC - Search in distribution

Log::Log4perl::AutoInit - Log4Perl with autoinitialization. River stage zero No dependents

This module provides a simple wrapper around Log::Log4perl for cases where initialization may need to be delayed until a statup process is complete, but where configuration may need to be registered before that point. In essence it provides a way to ...

BINARY/Log-Log4perl-AutoInit-1.0.2 - 21 Feb 2017 03:11:34 UTC - Search in distribution

Log::Log4perl::Shortcuts - shortcut functions to make log4perl even easier River stage one • 3 direct dependents • 3 total dependents

This modules provides shortcut functions for the standard log levels provided by Log::Log4perl plus some additional functionality to make it more convenient. All functions can be imported into your module or script with the ":all" import tag or they ...

STEVIED/Log-Log4perl-Shortcuts-0.024 - 21 Feb 2019 21:00:17 UTC - Search in distribution

Log::ger::Like::Log4perl - Mimic Log::Log4perl River stage one • 1 direct dependent • 1 total dependent

This module does the following to mimic Log::Log4perl to a certain extent: * Log4perl-like formatting $log->warn("a", "b", sub { "c", "d" }) will format the message as "abcd". * Uppercase subroutine names This module provides uppercase subroutine nam...

PERLANCAR/Log-ger-Like-Log4perl-0.003 - 11 Mar 2020 12:17:42 UTC - Search in distribution

POE::Component::Log4perl - Perl extension for the POE Environemt River stage one • 1 direct dependent • 1 total dependent

Well, just what everybody needs, another logging module for the POE environment. This one will encapsulate the Log4perl modules to do the logging. This modules understands the following parameters: Alias - The alias for the session Category - The cat...

KESTEB/POE-Component-Log4perl-0.03 - 04 Oct 2009 03:18:55 UTC - Search in distribution

Dancer2::Logger::Log4perl - Dancer2 logger interface for Log4perl. River stage zero No dependents

This class is an interface between Dancer2's logging engine abstraction layer and the Log::Log4perl library. In order to use it, you have to set the "logger" engine to "log4perl". Dancer2's "core" level messages are passed to Log4perl as level "trace...

CROMEDOME/Dancer2-Logger-Log4perl-0.07 - 17 Dec 2023 01:33:43 UTC - Search in distribution

HeliosX::Logger::Log4perl - Helios::Logger subclass implementing logging to Log4perl for Helios River stage zero No dependents

This class implements a Helios::Logger class to provide Helios applications the logging capabilities of Log4perl. For information about configuring Log4perl, see the Log::Log4perl documentation....

LAJANDY/HeliosX-Logger-Log4perl-1.00 - 14 Jun 2012 14:27:25 UTC - Search in distribution

Log::Log4perl::DataDumper - Wrapper for Log4perl auto Data::Dumper objects River stage zero No dependents

The Log4perl FAQ has the question "How can I drill down on references before logging them?" As discussed there, you don't want to say $logger->debug(Data::Dumper::Dumper($objref)) since the Dumper() will get called regardless of whether debugging is ...

CTILMES/Log-Log4perl-DataDumper-0.01 - 10 Aug 2008 20:29:42 UTC - Search in distribution
478 results (0.082 seconds)