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.70 - 20 Jul 2020 22:10:16 UTCInstead 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 UTCLog::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-2.022 - 24 Aug 2020 17:50:41 UTC"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.709 - 17 Feb 2021 21:17:28 UTCLog::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 UTCThis 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 UTCMojoX::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 UTCThe "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 UTCThis 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.70 - 20 Jul 2020 22:10:16 UTCLog::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.54 - 06 Feb 2021 22:01:42 UTCThis 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 UTCMajor 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 UTCMost 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 UTCLog::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 UTCThis 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 UTCThis 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 UTCThis 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 UTCThe 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 UTCThis module provides an object for logging to the screen (really "STDOUT" or "STDERR"). Note that a newline will *not* be added automatically at the end of a message by default. To do that, pass "newline => 1". The handle will be autoflushed, but thi...
DROLSKY/Log-Dispatch-2.70 - 20 Jul 2020 22:10:16 UTCThis 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.54 - 06 Feb 2021 22:01:42 UTC