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

Search results for "module:log4perl"

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

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

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

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

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

Log::Log4perl::MDC - Mapped Diagnostic Context River stage four • 376 direct dependents • 1144 total dependents

Log::Log4perl allows loggers to maintain global thread-specific data, called the Nested Diagnostic Context (NDC) and Mapped Diagnostic Context (MDC). The MDC is a simple thread-specific hash table, in which the application can stuff values under cert...

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

Log::Log4perl::NDC - Nested Diagnostic Context River stage four • 376 direct dependents • 1144 total dependents

Log::Log4perl allows loggers to maintain global thread-specific data, called the Nested Diagnostic Context (NDC). At some point, the application might decide to push a piece of data onto the NDC stack, which other parts of the application might want ...

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

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

Log::Log4perl::Util - Internal utility functions River stage four • 376 direct dependents • 1144 total dependents

Only internal functions here. Don't peek....

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

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

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

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

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

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

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

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::Log4perl::Logger - Main Logger Class River stage four • 376 direct dependents • 1144 total dependents

While everything that makes Log4perl tick is implemented here, please refer to Log::Log4perl for documentation....

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

Log::Log4perl::Layout - Log4perl Layout Virtual Base Class River stage four • 376 direct dependents • 1144 total dependents

"Log::Log4perl::Layout" is a virtual base class for the two currently implemented layout types Log::Log4perl::Layout::SimpleLayout Log::Log4perl::Layout::PatternLayout Unless you're implementing a new layout class for Log4perl, you shouldn't use this...

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

Log::Log4perl::JavaMap - maps java log4j appenders to Log::Dispatch classes River stage four • 376 direct dependents • 1144 total dependents

If somebody wants to create an appender called "org.apache.log4j.ConsoleAppender", we want to translate it to Log::Dispatch::Screen, and then translate the log4j options into Log::Dispatch parameters.. What's Implemented (Note that you can always use...

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

Smart::Comments::Log4perl - An extension of Smart::Comments to utilize Log::Log4perl for all output River stage zero No dependents

AKBAR/Smart-Comments-Log4perl-1.002 - 14 Jul 2015 20:17:53 UTC
144 results (0.023 seconds)