The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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

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

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

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

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

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

Log::Log4perl::DateFormat - Log4perl advanced date formatter helper class River stage four • 376 direct dependents • 1144 total dependents

"Log::Log4perl::DateFormat" is a helper class for the advanced date formatting functions in "Log::Log4perl::Layout::PatternLayout", and adheres (mostly) to the log4j SimpleDateFormat spec available on http://download.oracle.com/javase/1.4.2/docs/api/...

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

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

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

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

Log::ger::Plugin::Log4perl - Plugin to mimic Log::Log4perl (log.+()) River stage one • 1 direct dependent • 1 total dependent

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

Log::Log4perl::Resurrector - Dark Magic to resurrect hidden L4p statements River stage four • 376 direct dependents • 1144 total dependents

Loading "use Log::Log4perl::Resurrector" causes subsequently loaded modules to have their hidden ###l4p use Log::Log4perl qw(:easy); ###l4p DEBUG(...) ###l4p INFO(...) ... statements uncommented and therefore 'resurrected', i.e. activated. This allow...

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

Log::Log4perl::Filter::MDC - Filter to match on values of a MDC key River stage four • 376 direct dependents • 1144 total dependents

This Log4perl filter checks if a predefined MDC key, as set in "KeyToMatch", of the currently submitted message matches a predefined regex, as set in "RegexToMatch"....

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

Log::Log4perl::Layout::JSON - Layout a log message as a JSON hash, including MDC data River stage one • 1 direct dependent • 1 total dependent

This class implements a "Log::Log4perl" layout format, similar to Log::Log4perl::Layout::PatternLayout except that the output is a JSON hash. The JSON hash is ASCII encoded, with no newlines or other whitespace, and is suitable for output, via Log::L...

MSCHOUT/Log-Log4perl-Layout-JSON-0.61 - 22 Jan 2024 16:04:59 UTC

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

MooseX::Log::Log4perl::Easy - A role for easy usage of logging in your Moose based modules based on MooseX::Log::Log4perl River stage two • 26 direct dependents • 46 total dependents

The "Easy" logging role based on the MooseX::Log::Log4perl logging role for Moose directly adds the log methods for all available levels to your class instance. Hence it is possible to use $self->log_info("blabla"); without having to access a separat...

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

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

Object::PadX::Log::Log4perl - A logger role for Object::Pad based classes based on Log::Log4perl River stage zero No dependents

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

WATERKIP/Object-PadX-Log-Log4perl-0.002 - 03 Oct 2023 00:43:29 UTC

Log::Log4perl::Layout::LTSV - Log4perl for LTSV River stage zero No dependents

JEDI/Log-Log4perl-Layout-LTSV-1.004 - 17 Sep 2015 10:51:34 UTC

Log::Log4perl::Appender::TAP - Append to TAP output River stage one • 1 direct dependent • 4 total dependents

This very simple Log::Log4perl appender sends log output via Test2::API to TAP (or any other format supported by Test2::API). It also works with Test::Builder and Test::More so long as you have Test2::API installed. It only takes one special argument...

PLICEASE/Log-Log4perl-Appender-TAP-0.05 - 07 May 2023 12:10:59 UTC

Log::Log4perl::Config::Watch - Detect file changes River stage four • 376 direct dependents • 1144 total dependents

This module helps detecting changes in files. Although it comes with the "Log::Log4perl" distribution, it can be used independently. The constructor defines the file to be watched and the check interval in seconds. Subsequent calls to "change_detecte...

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

Log::Log4perl::InternalDebug - Dark Magic to enable _INTERNAL_DEBUG River stage four • 376 direct dependents • 1144 total dependents

When called with perl -MLog::Log4perl::InternalDebug t/001Test.t scripts will run with _INTERNAL_DEBUG set to a true value and hence print internal Log4perl debugging information....

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

Log::Log4perl::Appender::DBI - implements appending to a DB River stage four • 376 direct dependents • 1144 total dependents

This is a specialized Log::Dispatch object customized to work with log4perl and its abilities, originally based on Log::Dispatch::DBI by Tatsuhiko Miyagawa but with heavy modifications. It is an attempted compromise between what Log::Dispatch::DBI wa...

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

Log::Log4perl::Layout::Syslog - Layout in Syslog format River stage zero No dependents

NHORNE/Log-Log4perl-Layout-Syslog-0.02 - 18 Aug 2017 13:49:34 UTC

Log::Log4perl::Appender::File - Log to file River stage four • 376 direct dependents • 1144 total dependents

This is a simple appender for writing to a file. The "log()" method takes a single scalar. If a newline character should terminate the message, it has to be added explicitly. Upon destruction of the object, the filehandle to access the file is flushe...

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

Log::Log4perl::Appender::SMTP - Send logs by email River stage zero No dependents

This appender is a very thin layer over the Net::SMTP module. It allows you to easily send important log messages by email, to one or several recipients. All of the Net::SMTP attributes are supported....

ODC/Log-Log4perl-Appender-SMTP-0.04 - 13 Dec 2018 17:01:29 UTC

Log::Log4perl::Appender::RRDs - Log to a RRDtool Archive River stage four • 376 direct dependents • 1144 total dependents

"Log::Log4perl::Appender::RRDs" appenders facilitate writing data to RRDtool round-robin archives via Log4perl. For documentation on RRD and its Perl interface "RRDs" (which comes with the distribution), check out <http://rrdtool.org>. Messages sent ...

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

Log::Log4perl::Appender::Redis - Log to a Redis channel River stage zero No dependents

FRAZAO/Log-Log4perl-Appender-Redis-0.01 - 19 Dec 2020 18:37:03 UTC

Log::Log4perl::ConfigByInifile - Get Log::Log4perl config from an ini-File River stage zero No dependents

Initialize Log::Log4perl with an ini-File. You must supply a section for Log4perl like this: [log4perl] log4perl.category = INFO, Logfile, Screen log4perl.appender.Logfile = Log::Log4perl::Appender::File log4perl.appender.Logfile.filename = your_logf...

HORSHACK/Log-Log4perl-ConfigByInifile-0.04 - 16 Mar 2007 17:40:59 UTC

Log::Log4perl::Appender::Chunk - Group log messages in Identified chunks River stage zero No dependents

This appender will write group of Log lines (chunks) to the underlying store under an ID that you choose. A number of Store classes are shipped ( in Log::Log4perl::Appender::Chunk::Store::* ), but it's very easy to write your own store, as it's essen...

JETEVE/Log-Log4perl-Appender-Chunk-0.013 - 07 Dec 2017 12:14:49 UTC

Log::Log4perl::Appender::Stomp - Log messages via STOMP River stage zero No dependents

This allows you to send log messages via the Streaming Text Orientated Messaging Protocol to a message broker that supports STOMP, such as Apache's ActiveMQ. This makes use of topics in ActiveMQ so that multiple consumers can receive the log messages...

AFLOTT/Log-Log4perl-Appender-Stomp-1.000 - 29 Jan 2010 03:53:48 UTC

Log::Log4perl::Appender::Limit - Limit message delivery via block period River stage four • 376 direct dependents • 1144 total dependents

"appender" Specifies the name of the appender used by the limiter. The appender specified must be defined somewhere in the configuration file, not necessarily before the definition of "Log::Log4perl::Appender::Limit". "block_period" Period in seconds...

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

Log::Log4perl::Filter::Boolean - Special filter to combine the results of others River stage four • 376 direct dependents • 1144 total dependents

Sometimes, it's useful to combine the output of various filters to arrive at a log/no log decision. While Log4j, Log4perl's mother ship, chose to implement this feature as a filter chain, similar to Linux' IP chains, Log4perl tries a different approa...

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

Log::Log4perl::Util::Semaphore - Easy to use semaphores River stage four • 376 direct dependents • 1144 total dependents

Log::Log4perl::Util::Semaphore provides the synchronisation mechanism for the Synchronized.pm appender in Log4perl, but can be used independently of Log4perl. As a convenience, the "uid" field accepts user names as well, which it translates into the ...

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

Log::Log4perl::Appender::Raven - Append log events to your Sentry account. River stage zero No dependents

JETEVE/Log-Log4perl-Appender-Raven-0.006 - 25 Aug 2016 13:31:42 UTC

Log::Log4perl::Appender::Spread - Log to a spread group River stage zero No dependents

This is a simple appender for writing to a spread group....

JDALBERG/Log-Log4perl-Appender-Spread-0.03 - 19 Jun 2004 21:43:36 UTC

Catalyst::Plugin::Log::Log4perl - Catalyst plugin to initialize Log::Log4perl from the application's configuration River stage zero No dependents

This module allows you to initialize Log::Log4perl within the application's configuration. This is especially useful when using Catalyst::Plugin::ConfigLoader to load configuration files. It is meant to be used in conjunction with Log::Log4perl::Cata...

PRAVUS/Catalyst-Plugin-Log-Log4perl-0.02 - 07 Jan 2014 21:06:18 UTC

Log::Log4perl::Appender::LogGer - Log to Log::ger River stage one • 2 direct dependents • 3 total dependents

PERLANCAR/Log-Log4perl-Appender-LogGer-0.001 - 18 Apr 2018 14:05:38 UTC

Log::Log4perl::Appender::String - Append to a string River stage four • 376 direct dependents • 1144 total dependents

This is a simple appender used internally by "Log::Log4perl". It appends messages to a scalar instance variable....

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

Log::Log4perl::Appender::Screen - Log to STDOUT/STDERR River stage four • 376 direct dependents • 1144 total dependents

This is a simple appender for writing to STDOUT or STDERR. The constructor "new()" takes an optional parameter "stderr": * If set to a false value, it will log all levels to STDOUT (or, more accurately, whichever file handle is selected via "select()...

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

Log::Log4perl::Appender::Buffer - Buffering Appender River stage four • 376 direct dependents • 1144 total dependents

"Log::Log4perl::Appender::Buffer" takes these arguments: "appender" Specifies the name of the appender it buffers messages for. The appender specified must be defined somewhere in the configuration file, not necessarily before the definition of "Log:...

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

Log::Log4perl::Appender::Socket - Log to a socket River stage four • 376 direct dependents • 1144 total dependents

This is a simple appender for writing to a socket. It relies on IO::Socket::INET and offers all parameters this module offers. Upon destruction of the object, pending messages will be flushed and the socket will be closed. If the appender cannot cont...

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

Log::Log4perl::Appender::Fluent - log appender writing to Fluentd River stage zero No dependents

Log::Log4perl::Appender::Fluent is a Log::Log4perl(3) appender plugin that provides output to Fluentd daemon. The plugin supports sending simple string messages, but it works way better when is provided with Log::Message::JSON(3) or Log::Message::Str...

DOZZIE/Log-Log4perl-Appender-Fluent-0.05 - 04 Sep 2017 13:03:03 UTC

Log::Log4perl::Appender::Graylog - Log dispatcher writing to udp Graylog server River stage zero No dependents

This is a simple appender for writing to a graylog server. It relies on L<IO::Socket::INET>. L<Log::GELF::Util>. This sends in the 1.1 format....

DIMENTOX/Log-Log4perl-Appender-Graylog-1.7 - 16 Jun 2017 11:35:07 UTC

Log::Log4perl::Util::TimeTracker - Track time elapsed River stage four • 376 direct dependents • 1144 total dependents

This utility module helps tracking time elapsed for PatternLayout's date and time placeholders. Its accuracy depends on the availability of the Time::HiRes module. If it's available, its granularity is milliseconds, if not, seconds. The most common u...

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

Log::Log4perl::Layout::XMLLayout - XML Layout River stage zero No dependents

Creates a XML layout according to http://jakarta.apache.org/log4j/docs/api/org/apache/log4j/xml/XMLLayout. html Logfiles generated based on XMLLayout can be viewed and filtered within the log4j chainsaw graphical user interface (see example section b...

GCARLS/Log-Log4perl-Layout-XMLLayout-0.03 - 22 Nov 2005 21:19:28 UTC

Log::Log4perl::Appender::Gearman - Log appender for posting job to gearman River stage zero No dependents

CLKAO/Log-Log4perl-Appender-Gearman-0.29 - 09 Oct 2010 15:25:58 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::Log4perl::Appender::Journald - Journald appender for Log4perl River stage one • 1 direct dependent • 2 total dependents

This module provides a Log::Log4Perl appender that directs log messages to systemd-journald.service(8) via Log::Journald. It makes use of the structured logging capability, appending Log4perl MDCs with each message....

LKUNDRAK/Log-Journald-0.30 - 23 Nov 2017 09:57:15 UTC

Log::Log4perl::Layout::NoopLayout - Pass-thru Layout River stage four • 376 direct dependents • 1144 total dependents

This is a no-op layout, returns the logging message unaltered, useful for implementing the DBI logger....

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

Log::Log4perl::Appender::RabbitMQ - Log to RabbitMQ River stage zero No dependents

This is a Log::Log4perl appender for publishing log messages to RabbitMQ using Net::AMQP::RabbitMQ. Defaults for unspecified options are provided by Net::AMQP::RabbitMQ and can be found in it's documentation....

ABRAXXA/Log-Log4perl-Appender-RabbitMQ-0.200002 - 22 Dec 2020 12:00:42 UTC

Log::Log4perl::AutoCategorize - extended Log::Log4perl logging River stage zero No dependents

Before diving in, a few notes: This is not intended to document Log4perl (also l4p, abbrev for Log::Log4perl); that documentation is a good tutorial, and is quite thorough and complete. In this document, I use Logger as the *official* shorthand for L...

JCROMIE/Log-Log4perl-AutoCategorize-0.03 - 05 Nov 2003 19:00:25 UTC

Log::Log4perl::Filter::StringMatch - Filter on log message string River stage four • 376 direct dependents • 1144 total dependents

This Log4perl custom filter checks if the currently submitted message matches a predefined regular expression, as set in the "StringToMatch" parameter. It uses common Perl 5 regexes. The additional parameter "AcceptOnMatch" defines if the filter is s...

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

Log::Log4perl::Filter::CallerMatch - Filter Log4perl messages based on call frames River stage zero No dependents

This Log4perl custom filter checks the call stack using caller() and filters the subroutine and package using user-provided regular expressions. You can specify a specific call frame to test against, or have the filter iterate through a range of call...

PDONELAN/Log-Log4perl-Filter-CallerMatch-1.200 - 06 Nov 2010 04:08:49 UTC

Log::Log4perl::JavaMap::TestBuffer - wraps Log::Log4perl::Appender::TestBuffer River stage four • 376 direct dependents • 1144 total dependents

Just for testing the Java mapping....

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

Log::Log4perl::Appender::Lumberjack - log appender writing to a lumberjack server River stage zero No dependents

BENNING/Log-Log4perl-Appender-Lumberjack-1.00 - 13 Nov 2016 10:45:05 UTC

Log::Log4perl::Layout::SimpleLayout - Simple Layout River stage four • 376 direct dependents • 1144 total dependents

This class implements the "log4j" simple layout format -- it basically just prints the message priority and the message, that's all. Check http://jakarta.apache.org/log4j/docs/api/org/apache/log4j/SimpleLayout.h tml for details....

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

Log::Log4perl::Appender::TestBuffer - Appender class for testing River stage four • 376 direct dependents • 1144 total dependents

This class is used for internal testing of "Log::Log4perl". It is a "Log::Dispatch"-style appender, which writes to a buffer in memory, from where actual results can be easily retrieved later to compare with expected results. Every buffer created is ...

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

Log::Log4perl::JavaMap::JDBCAppender - wraps Log::Log4perl::Appender::DBI River stage four • 376 direct dependents • 1144 total dependents

Possible config properties for log4j JDBCAppender are bufferSize sql password user URL - attempting to translate a JDBC URL into DBI parameters, let me know if you find problems Possible config properties for Log::Log4perl::Appender::DBI are bufferSi...

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

Log::Log4perl::JavaMap::FileAppender - wraps Log::Dispatch::File River stage four • 376 direct dependents • 1144 total dependents

Possible config properties for log4j ConsoleAppender are File Append "true|false|1|0" default=true BufferedIO "true|false|1|0" default=false (i.e. autoflush is on) Possible config properties for Log::Dispatch::File are filename mode "write|append" au...

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

Log::Log4perl::Layout::PatternLayout - Pattern Layout River stage four • 376 direct dependents • 1144 total dependents

Creates a pattern layout according to http://jakarta.apache.org/log4j/docs/api/org/apache/log4j/PatternLayout. html and a couple of Log::Log4perl-specific extensions. The "new()" method creates a new PatternLayout, specifying its log format. The form...

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

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

Log::Log4perl::Appender::Synchronized - Synchronizing other appenders River stage four • 376 direct dependents • 1144 total dependents

If multiple processes are using the same "Log::Log4perl" appender without synchronization, overwrites might happen. A typical scenario for this would be a process spawning children, each of which inherits the parent's Log::Log4perl configuration. In ...

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

Log::Log4perl::Appender::Elasticsearch - implements appending to Elasticsearch River stage zero No dependents

This is a simple appender for writing log entries to Elasticsearch via Index API <http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/d ocs-index_.html>. Log::Log4perl::Appender::Elasticsearch::Bulk does the same task by using Bulk ...

PALIK/Log-Log4perl-Appender-Elasticsearch-0.09 - 01 Feb 2017 13:14:10 UTC

Log::Log4perl::Appender::SpreadSession - Log to Spread River stage zero No dependents

This is am appender for publishing log messages to a spread group using Spread::Session. OPTIONS group Name of the group to publish to. spread_name A string which identifies the spread host and port in the format "<port>@<host>". Passed to "Spread::S...

BUNDACIA/Log-Log4perl-Appender-SpreadSession-0.03 - 28 Jan 2010 21:25:12 UTC

Log::Log4perl::Appender::CatalystProxy River stage zero No dependents

This is a custom appender for Log::Log4perl that proxies messages to other appenders. It is capable of pushing messages out to multiple appenders, and also of buffering messages until an appender is allocated to it....

MSMITH/Catalyst-Plugin-Log-Log4perlSimple-0.3 - 15 Sep 2011 22:49:24 UTC

Log::Log4perl::Config::DOMConfigurator - reads xml config files River stage four • 376 direct dependents • 1144 total dependents

This module implements an XML config, complementing the properties-style config described elsewhere....

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

Log::Log4perl::JavaMap::SyslogAppender - wraps Log::Dispatch::Syslog River stage four • 376 direct dependents • 1144 total dependents

This maps log4j's SyslogAppender to Log::Dispatch::Syslog Possible config properties for log4j SyslogAppender are SyslogHost (Log::Dispatch::Syslog only accepts 'localhost') Facility Possible config properties for Log::Dispatch::Syslog are min_level ...

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

Log::Log4perl::JavaMap::ConsoleAppender - wraps Log::Dispatch::Screen River stage four • 376 direct dependents • 1144 total dependents

Possible config properties for log4j ConsoleAppender are Target (System.out, System.err, default is System.out) Possible config properties for Log::Dispatch::Screen are stderr (0 or 1)...

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

Log::Log4perl::Config::BaseConfigurator - Configurator Base Class River stage four • 376 direct dependents • 1144 total dependents

METHODS "new" Constructor, typically called like my $config_parser = SomeConfigParser->new( file => $file, ); my $data = $config_parser->parse(); Instead of "file", the derived class "SomeConfigParser" may define any type of configuration input mediu...

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

Log::Log4perl::Appender::TestArrayBuffer - Subclass of Appender::TestBuffer River stage four • 376 direct dependents • 1144 total dependents

This class is a subclass of Log::Log4perl::Appender::TestBuffer and just provides message array refs as an additional feature. Just like Log::Log4perl::Appender::TestBuffer, Log::Log4perl::Appender::TestArrayBuffer is used for internal Log::Log4perl ...

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

Log::Log4perl::Appender::TestFileCreeper - Intentionally slow test appender River stage four • 376 direct dependents • 1144 total dependents

This is a test appender, and it is intentionally slow. It writes out one byte at a time to provoke sync errors. Don't use it, unless for testing....

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

lib/Log/Log4perl/Tiny.pm River stage one • 6 direct dependents • 7 total dependents

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

lib/Irssi/Log/Log4perl.pm River stage zero No dependents

ANEI/Irssi-Bot-BasicBot-Pluggable-0.1 - 23 May 2022 19:46:05 UTC

lib/Log/Log4perl/OpenTracing.pm River stage zero No dependents

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

lib/Log/Report/Dispatcher/Log4perl.pm River stage two • 36 direct dependents • 86 total dependents

MARKOV/Log-Report-1.36 - 27 Oct 2023 13:07:42 UTC

Log::Log4perl::JavaMap::NTEventLogAppender - wraps Log::Dispatch::Win32EventLog River stage four • 376 direct dependents • 1144 total dependents

This maps log4j's NTEventLogAppender to Log::Dispatch::Win32EventLog Possible config properties for log4j NTEventLogAppender are Source Possible config properties for Log::Dispatch::Win32EventLog are source Boy, that was hard....

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

Log::Log4perl::Layout::ColoredPatternLayout - multicolor log messages River stage zero No dependents

There's no doubt Log::Log4perl is a fantastic logging system. It's a great weight off ones mind not having to worry (much!) about logging since Log::Log4perl seems to pretty much cover every eventuality and is very well battletested. An appender does...

TOMGRACEY/Log-Log4perl-Layout-ColoredPatternLayout-0.01 - 02 May 2018 13:21:34 UTC

Log::Log4perl::JavaMap::RollingFileAppender - wraps Log::Dispatch::FileRotate River stage four • 376 direct dependents • 1144 total dependents

This maps log4j's RollingFileAppender to Log::Dispatch::FileRotate by Mark Pfeiffer, <markpf@mlp-consulting.com.au>. Possible config properties for log4j ConsoleAppender are File Append "true|false|1|0" default=true BufferedIO "true|false|1|0" defaul...

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

Log::Log4perl::Config::PropertyConfigurator - reads properties file River stage four • 376 direct dependents • 1144 total dependents

Initializes log4perl from a properties file, stuff like log4j.category.a.b.c.d = WARN, A1 log4j.category.a.b = INFO, A1 It also understands variable substitution, the following configuration is equivalent to the previous one: settings = WARN, A1 log4...

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

Log::Log4perl::Appender::ScreenColoredLevels - Colorize messages according to level River stage four • 376 direct dependents • 1144 total dependents

This appender acts like Log::Log4perl::Appender::Screen, except that it colorizes its output, based on the priority of the message sent. You can configure the colors and attributes used for the different levels, by specifying them in your configurati...

ETJ/Log-Log4perl-1.57 - 21 Oct 2022 16:47:36 UTC
204 results (0.064 seconds)