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::Message::Handlers"

Log::Message::Handlers - Message handlers for Log::Message River stage three • 4 direct dependents • 742 total dependents

Log::Message::Handlers provides handlers for Log::Message::Item objects. The handler corresponding to the level (see Log::Message::Item manpage for an explanation about levels) will be called automatically upon storing the error. Handlers may also ex...

BINGOS/Log-Message-0.08 - 25 Apr 2013 22:23:39 UTC

Log::Message::Simple - Simplified interface to Log::Message River stage three • 3 direct dependents • 739 total dependents

This module provides standardized logging facilities using the "Log::Message" module....

BINGOS/Log-Message-Simple-0.10 - 23 Jan 2013 08:18:41 UTC

Variable::Watcher - Keep track of changes on my variables River stage zero No dependents

"Variable::Watcher" allows you to keep track of mutations on "my" variables. It will record every mutation you do to a variable that is being "Watch"ed. You can retrieve these mutations as a list or as a big printable string, filtered by a regex if y...

KANE/Variable-Watcher-0.01 - 16 Jan 2005 14:37:03 UTC

Log::Message - A generic message storing mechanism; River stage three • 4 direct dependents • 742 total dependents

Log::Message is a generic message storage mechanism. It allows you to store messages on a stack -- either shared or private -- and assign meta-data to it. Some meta-data will automatically be added for you, like a timestamp and a stack trace, but som...

BINGOS/Log-Message-0.08 - 25 Apr 2013 22:23:39 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::Info - Wrapper around Log::Log4perl River stage one • 1 direct dependent • 1 total dependent

This tool is now just a wrapper around Log::Log4perl. The author recommends that you use that module instead; this module is maintained purely to provide a migration path thereto. All documentation for using Log::Info has been excised, except for tha...

FLUFFY/Log-Info-2.00 - 19 Dec 2010 09:03:25 UTC

Log::Message::Item - Message objects for Log::Message River stage three • 4 direct dependents • 742 total dependents

Log::Message::Item is a class that generates generic Log items. These items are stored on a Log::Message stack, so see the Log::Message manpage about details how to retrieve them. You should probably not create new items by yourself, but use the stor...

BINGOS/Log-Message-0.08 - 25 Apr 2013 22:23:39 UTC

Log::Log4perl - Log4j implementation for Perl River stage four • 380 direct dependents • 1097 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

Mojo::Log::Che - Little child of great parent Mojo::Log. River stage one • 1 direct dependent • 1 total dependent

This Mojo::Log::Che is a extended logger module for Mojo projects....

MCHE/Mojo-Log-Che-0.902 - 02 Mar 2021 13:08:06 UTC

Log::ErrLogger - Log errors and error-like events River stage zero No dependents

Log::ErrLogger provides a means of logging errors and error-like events (such as warnings and unexpected situations) when printing to STDERR just will not do. Error-like events are classified by a severity (see "ERROR SEVERITIES" below). Programs ins...

WORENKD/Log-ErrLogger-1.5 - 23 Sep 1999 21:42:08 UTC

Log::MultiChannel - A full featured module for implementing log messages on multiple channels to multiple targets. River stage zero No dependents

PLAPOINTE/Log-MultiChannel-1.10 - 22 Nov 2014 02:41:55 UTC

MojoX::Log::Rotate - Makes mojolicious log file rotation easy River stage zero No dependents

MojoX::Log::Rotate is a simple extension to Mojo::Log that make file log rotation easy. The default rotation handlers rotate log file based on a "frequency" parameter. It does not create empty rotated file....

XLAT/MojoX-Log-Rotate-1.222670 - 24 Sep 2022 16:58:52 UTC

Log::Message::Config - Configuration options for Log::Message River stage three • 4 direct dependents • 742 total dependents

Log::Message::Config provides a standardized config object for Log::Message objects. It can either read options as perl arguments, or as a config file. See the Log::Message manpage for more information about what arguments are valid, and see the Syno...

BINGOS/Log-Message-0.08 - 25 Apr 2013 22:23:39 UTC

Log::Dispatch::File::Stamped - Logging to date/time stamped files River stage zero No dependents

This module subclasses Log::Dispatch::File for logging to date/time-stamped files, respecting all its configuration options. As with other Log::Dispatch handlers, the destination file is kept open for as long as the filename remains constant (unless ...

ETHER/Log-Dispatch-File-Stamped-0.21 - 23 Oct 2022 02:21:00 UTC

Log::Any::Adapter::Coderef - arbitrary code handlers for Log::Any messages River stage one • 1 direct dependent • 1 total dependent

Provides support for sending log messages through a custom "sub", for cases when you want to do something that isn't provided by existing adapters. Currently takes a single $code parameter as a callback. This will be called for every log message, pas...

TEAM/Log-Any-Adapter-Coderef-0.002 - 01 Mar 2021 18:32:08 UTC

Log::Any::Adapter::Daemontools - Logging adapter suitable for use in a Daemontools-style logging chain River stage one • 1 direct dependent • 1 total dependent

The measure of good software is low learning curve, low complexity, few dependencies, high efficiency, and high flexibility. (choose two. haha) In the daemontools way of thinking, a daemon writes all its logging output to "STDOUT" (or "STDERR"), whic...

NERDVANA/Log-Any-Adapter-Daemontools-0.102 - 09 Feb 2019 03:47:15 UTC

Catalyst::Plugin::Log::Message - Alternative catalyst log module River stage zero No dependents

"Catalyst::Log::Message" is an alternative module providing extra logging possibilities for the developer. Extra options include the possibility to read the stack of errors from the current request in string or array form, retrieve the last error mat...

MICHIEL/Catalyst-Plugin-Log-Message-0.02 - 01 Sep 2006 11:05:23 UTC

Log::Any::Adapter::Daemontools::Config - Dynamic configuration settings used by Daemontools logging adapters River stage one • 1 direct dependent • 1 total dependent

When you use Log::Any::Adapter::Daemontools as the adapter for Log::Any, it creates one adapter per logging category. If you set the log level as an attribute of the adapter, each adapter will have a copy and there is no practical way to reach out an...

NERDVANA/Log-Any-Adapter-Daemontools-0.102 - 09 Feb 2019 03:47:15 UTC
18 results (0.072 seconds)