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"

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

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

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

Log::Log4perl::Catalyst - Log::Log4perl Catalyst Module River stage four • 376 direct dependents • 1144 total dependents

This module provides Log4perl functions to Catalyst applications. It was inspired by Catalyst::Log::Log4perl on CPAN, but has been completely rewritten and uses a different approach to unite Catalyst and Log4perl. Log4perl provides loggers, usually a...

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

Log::Log4perl::Appender - Log appender class River stage four • 376 direct dependents • 1144 total dependents

This class is a wrapper around the "Log::Log4perl::Appender" appender set. It also supports the <Log::Dispatch::*> collections of appenders. The module hides the idiosyncrasies of "Log::Dispatch" (e.g. every dispatcher gotta have a name, but there's ...

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

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

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

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
204 results (0.042 seconds)