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

Search results for "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 - 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

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

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

Net::Server::Log::Log::Log4perl - log via Log4perl River stage two • 36 direct dependents • 88 total dependents

This module provides Log::Log4perl style logging to the Net::Server system....

RHANDOM/Net-Server-2.014 - 14 Mar 2023 17:16:00 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

Log::Saftpresse::Log4perl - logging for Log::Saftpresse River stage zero No dependents

BENNING/Log-Saftpresse-1.6 - 26 Nov 2016 08:59:15 UTC - Search in distribution

OpenPlugin::Log::Log4perl - Log4perl driver for the OpenPlugin::Log plugin River stage zero No dependents

ERIC/OpenPlugin-0.11 - 29 Aug 2003 03:04:25 UTC - Search in distribution

Log::Log4perl::CommandLine - Simple Command Line Interface for Log4perl River stage one • 1 direct dependent • 1 total dependent

"Log::Log4perl::CommandLine" parses some command line options, allowing for simple configuration of Log4perl using the command line, or easy, temporary overriding of a more complicated Log4perl configuration from a file. If you want to use the consta...

CTILMES/Log-Log4perl-CommandLine-0.07 - 10 Sep 2009 11:46:01 UTC - Search in distribution

Log::Log4perl::NDC::Scoped - Scope aware NDC messages for Log4perl River stage zero No dependents

RPORRES/Log-Log4perl-NDC-Scoped-0.02 - 08 Sep 2013 12:53:00 UTC - Search in distribution

Log::Log4perl::OpenTracing - inject logs with OpenTracing SpanContext River stage zero No dependents

This module bridges the gap between Logging and OpenTracing. Some tracing backends are capable to correlate log-messages with spans and traces. This could be achieved by adding the span-id and the trace-id to the logfiles. This module introduces a ne...

VANHOESEL/Log-Log4perl-OpenTracing-v0.1.2 - 20 Aug 2020 15:33:06 UTC - Search in distribution

MojoX::Log::Log4perl::Tiny - Minimalistic Log4perl adapter for Mojolicious River stage zero No dependents

MojoX::Log::Log4perl::Tiny allows you to replace default Mojolicious logging "Mojo::Log" with your existing "Log::Log4perl::Logger" instance....

YOWCOW/MojoX-Log-Log4perl-Tiny-0.01 - 04 Jul 2016 14:26:57 UTC - Search in distribution

Log::Any::Adapter::Log4perl - Log::Any adapter for Log::Log4perl River stage three • 14 direct dependents • 101 total dependents

This Log::Any adapter uses Log::Log4perl for logging. log4perl must be initialized before calling *set*. There are no parameters....

PREACTION/Log-Any-Adapter-Log4perl-0.09 - 22 Apr 2018 11:41:52 UTC - Search in distribution

Log::Log4perl::Layout::GELF - Log4perl for graylog2 River stage zero No dependents

JASONPOPE/Log-Log4perl-Layout-GELF-0.03 - 16 Sep 2011 17:33:46 UTC - Search in distribution
461 results (0.11 seconds)