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

Search results for "module:Log::Dispatch::Config"

Log::Dispatch::Config - Log4j for Perl River stage two • 12 direct dependents • 21 total dependents

Log::Dispatch::Config is a subclass of Log::Dispatch and provides a way to configure Log::Dispatch object with configulation file (default, in AppConfig format). I mean, this is log4j for Perl, not with all API compatibility though....

MIYAGAWA/Log-Dispatch-Config-1.04 - 14 Apr 2011 21:57:14 UTC

Log::Dispatch::Config::TestLog - Set up Log::Dispatch::Config for a test run River stage one • 2 direct dependents • 4 total dependents

This module will load Log::Dispatch::Config and set things up so that: * By default there is a single dispatcher, "file", a Log::Dispatch::File instance, whose output is the name of the test appended with "log". If the environment variable "TEST_LOG_...

NUFFIN/Log-Dispatch-Config-TestLog-0.02 - 08 Nov 2010 08:49:26 UTC

Log::Dispatch::Configurator - Abstract Configurator class River stage two • 12 direct dependents • 21 total dependents

Log::Dispatch::Configurator is an abstract class of config parser. If you make new configurator implementation, you should inherit from this class. See "PLUGGABLE CONFIGURATOR" in Log::Dispatch::Config for details....

MIYAGAWA/Log-Dispatch-Config-1.04 - 14 Apr 2011 21:57:14 UTC

Log::Dispatch::Configurator::AppConfig - Configurator implementation with AppConfig River stage two • 12 direct dependents • 21 total dependents

Log::Dispatch::Configurator::AppConfig is an implementation of Log::Dispatch::Configurator using AppConfig format. Here is a sample of config file. dispatchers = file screen file.class = Log::Dispatch::File file.min_level = debug file.filename = /pat...

MIYAGAWA/Log-Dispatch-Config-1.04 - 14 Apr 2011 21:57:14 UTC

Log::Dispatchouli - a simple wrapper around Log::Dispatch River stage three • 15 direct dependents • 817 total dependents

Log::Dispatchouli is a thin layer above Log::Dispatch and meant to make it dead simple to add logging to a program without having to think much about categories, facilities, levels, or things like that. It is meant to make logging just configurable e...

RJBS/Log-Dispatchouli-3.007 - 03 Sep 2023 00:18:21 UTC

Log::Fast - Fast and flexible logger River stage one • 2 direct dependents • 3 total dependents

This is very fast logger, designed for use in applications with thousands high-level events/operations per second (like network servers with thousands clients or web spiders which download hundreds url per second). For example, on Core2Duo sending ab...

POWERMAN/Log-Fast-v2.0.1 - 03 Apr 2018 16:53:04 UTC

Log::Channel - yet another logging package River stage zero No dependents

Allows for code to specify channels for delivery of logging messages, and for users of the code to control the delivery and formatting of the messages. Yes, this is yet another logging module. Some differences between Log::Channel and other logging p...

JMAY/Log-Channel-0.7 - 28 Mar 2005 06:13:02 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::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 - 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::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

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

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

Gungho::Log::Dispatch - Log::Dispatch-Based Log For Gungho River stage one • 1 direct dependent • 1 total dependent

This is the main log class for Gungho. It gives you the full power of Log::Dispatch for your needs. To use, specify something like this in your config: log: module: Dispatch config: logs: - module: File min_level: info filename: /path/to/filename nam...

DMAKI/Gungho-0.09008 - 28 Jul 2008 10:37:52 UTC

Log::Any::Adapter - Tell Log::Any where to send its logs River stage three • 285 direct dependents • 777 total dependents

Log::Any::Adapter connects log producers and log consumers. Its methods instantiate a logging adapter (a subclass of Log::Any::Adapter::Base) and route log messages from one or more categories to it....

PREACTION/Log-Any-1.717 - 17 Aug 2023 15:53:05 UTC

Log::Dispatch::DBI - Class for logging to database via DBI interface River stage one • 2 direct dependents • 2 total dependents

Log::Dispatch::DBI is a subclass of Log::Dispatch::Output, which inserts logging output into relational database using DBI interface....

MIYAGAWA/Log-Dispatch-DBI-0.02 - 11 Apr 2002 18:25:44 UTC

App::Kit::Role::Log - A Lazy Façade method role for logging River stage one • 1 direct dependent • 1 total dependent

Add lazy façade logging support to your class. POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 3: Non-ASCII character seen before =encoding in 'façade'. Assuming ISO8859-1...

DMUEY/App-Kit-0.63 - 23 Oct 2020 16:10:45 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::Dispatch::Scribe - Logging via Facebook's Scribe server software River stage one • 1 direct dependent • 1 total dependent

This module provides a Log::Dispatch style interface to Scribe, and is also fully compatible with Log::Log4perl. Scribe is a server for aggregating log data streamed in real time from a large number of servers. It is designed to be scalable, extensib...

JJSCHUTZ/Log-Dispatch-Scribe-0.07 - 02 Jan 2018 09:10:05 UTC

Log::Dispatch::FogBugz - Log::Dispatch appender for sending log messages to the FogBugz bug tracking system River stage zero No dependents

This is a subclass of Log::Dispatch::Output that implements sending log messages to a FogBugz (http://fogcreek.com/fogbugz) bug tracking system....

DIMARTINO/Log-Dispatch-FogBugz-0.1 - 10 Apr 2009 17:17:40 UTC
36 results (0.071 seconds)