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

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

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

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

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

Activator::Log - provide a simple wrapper for Log::Log4perl for use within an Activator project. River stage zero No dependents

This module provides a simple wrapper for Log::Log4perl that allows you to have a project level configuration for Log4perl, and have any class or script in your project be configured and output log messages in a consistent centralized way. Additional...

KNASSAR/Activator-0.91 - 15 Oct 2008 17:10:40 UTC

Poet::Log - Poet logging River stage one • 2 direct dependents • 2 total dependents

Poet uses Log::Any and Log::Log4perl for logging, with simplified configuration for the common case. Log::Any is a logging abstraction that allows CPAN modules to log without knowing about which logging framework is in use. It supports standard loggi...

JSWARTZ/Poet-0.16 - 08 Jan 2015 06:48:58 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

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::Trivial - Very simple tool for writing very simple log files River stage zero No dependents

Use this module when you want use "Yet Another" very simple, light weight log file writer....

ATRICKETT/Log-Trivial-0.40 - 23 May 2014 13:05:15 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

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

Log::Dispatch - Dispatches messages to one or more outputs River stage four • 134 direct dependents • 1049 total dependents

This module manages a set of Log::Dispatch::* output objects that can be logged to via a unified interface. The idea is that you create a Log::Dispatch object and then add various logging objects to it (such as a file logger or screen logger). Then y...

DROLSKY/Log-Dispatch-2.71 - 06 Apr 2023 03:52:59 UTC

Log::Any::App - An easy way to use Log::Any in applications River stage zero No dependents

IMPORTANT: Please read "ROAD TO 1.0" on some incompatibilities in the near future, before 1.0 is released. Log::Any::App is a convenient combo for Log::Any and Log::Log4perl (although alternative backends beside Log4perl might be considered in the fu...

PERLANCAR/Log-Any-App-0.540 - 09 Jan 2019 16:12:08 UTC

Log::Localized - Localize your logging River stage zero No dependents

Log::Localized provides you with an interface for defining dynamically exactly which part of your code should log messages and with which verbosity. Log::Localized addresses one issue of traditional logging: in very large systems, a slight increase i...

ERWAN/Log-Localized-0.05 - 23 May 2006 14:20:30 UTC

OpenPlugin::Log - Log messages River stage zero No dependents

This logging interface is built on top of Log::Log4perl. It comes with five predefined logging levels, and the ability to dispatch logs to one or more sources. First, you can configure the logging level in the config file. By default, the logging lev...

ERIC/OpenPlugin-0.11 - 29 Aug 2003 03:04:25 UTC
51 results (0.113 seconds)