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

Log::Dispatch::Handle - Object for logging to IO::Handle classes River stage four • 134 direct dependents • 1049 total dependents

This module supplies a very simple object for logging to some sort of handle object. Basically, anything that implements a "print()" method can be passed the object constructor and it should work....

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

Log::Dispatch::Binlog::Handle - A subclass of Log::Dispatch::Handle that logs with Storable. River stage one • 1 direct dependent • 5 total dependents

Instead of printing messages this will store all of the params to "log_dispatch" using "nstore_fd" in Storable....

NUFFIN/Log-Dispatch-Binlog-0.02 - 27 Jun 2008 06:35:42 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::Any - Bringing loggers and listeners together River stage three • 285 direct dependents • 777 total dependents

"Log::Any" provides a standard log production API for modules. Log::Any::Adapter allows applications to choose the mechanism for log consumption, whether screen, file or another logging mechanism like Log::Dispatch or Log::Log4perl. Many modules have...

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

Log::Fine - Yet another logging framework River stage zero No dependents

Log::Fine provides a logging framework for application developers who need a fine-grained logging mechanism in their program(s). By itself, Log::Fine provides a mechanism to get one or more logging objects (called *loggers*) from its stored namespace...

CFUHRMAN/Log-Fine-0.65 - 25 Jun 2016 22:06:02 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

MojoX::Log::Dispatch - Log::Dispatch For Mojo River stage zero No dependents

MojoX::Log::Dispatch wrapper around Log::Dispatch module. Log::Dispatch manages a set of Log::Dispatch::* objects, allowing you to add and remove output objects as desired. Include log statements at various levels throughout your code. Then when you ...

KAKADU/MojoX-Log-Dispatch-0.1 - 28 Aug 2009 18:58:02 UTC

Log::WarnDie - Log standard Perl warnings and errors on a log handler River stage zero No dependents

The "Log::WarnDie" module offers a logging alternative for standard Perl core functions. This allows you to use the features of e.g. Log::Dispatch, Log::Any or Log::Log4perl without having to make extensive changes to your source code. When loaded, i...

NHORNE/Log-WarnDie-0.09 - 12 Sep 2017 17:22:33 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::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::Dispatch::TkText - Text widget for Log::Dispatch River stage zero No dependents

This widget provide a read-only text widget (based on Tk::ROText) for logging through the Log::Dispatch module. Note that this widget works with a buddy Log::Dispatch::ToTk object which will be created by the widget's constructor. The reference to th...

DDUMONT/Log-Dispatch-Tk-2.01 - 05 Dec 2018 18:02:43 UTC

Log::Contextual - Simple logging interface with a contextual log River stage two • 15 direct dependents • 42 total dependents

Major benefits: * Efficient The default logging functions take blocks, so if a log level is disabled, the block will not run: # the following won't run if debug is off log_debug { "the new count in the database is " . $rs->count }; Similarly, the "D"...

FREW/Log-Contextual-0.008001 - 19 Jan 2018 17:15:42 UTC

Log::Dispatch::ToTk - Class to redirect Log::Dispatch to Tk widgets River stage zero No dependents

Most users will only need to use Log::Dispatch::TkText widget to have Log::Dispatch messages written on a text widget. For more fancy uses, this module can be used by a composite widget dedicated to handle Log::Dispatch logs. This module is the inter...

DDUMONT/Log-Dispatch-Tk-2.01 - 05 Dec 2018 18:02:43 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

Log::Shiras::Unhide - Unhides Log::Shiras hidden comments in @ISA River stage one • 1 direct dependent • 1 total dependent

This package will strip '###SomeKey' tags from your script after the 'use Log::Shiras::Unhide;' statement. It will also recursivly parse down through any included lower level modules as well. If Log::Shiras::Unhide is called in some lower place it's ...

JANDREW/Log-Shiras-v0.48.0 - 03 Oct 2016 19:16:17 UTC

Log::Dispatch::Pipe - Object for logging to pipe output River stage zero No dependents

This module provides a simple object for logging to pipe under the Log::Dispatch::* system....

YOWCOW/Log-Dispatch-Pipe-0.06 - 03 Jun 2016 03:14:26 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::Binlog - Storable based binary logs. River stage one • 1 direct dependent • 5 total dependents

The two classes provide in this distribution provide Storable based binary logging for Log::Dispatch. This is useful for testing your log output, or for delegating log output to a listener on a socket without losing high level information. This file ...

NUFFIN/Log-Dispatch-Binlog-0.02 - 27 Jun 2008 06:35:42 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::Dispatch::CronoDir - Log dispatcher for logging to time-based directories River stage zero No dependents

Log::Dispatch::CronoDir is a file log dispatcher with time-based directory management....

YOWCOW/Log-Dispatch-CronoDir-0.06 - 13 Sep 2016 05:03:48 UTC
30 results (0.054 seconds)