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::Agent::Logger"

Log::Agent::Logger - a logging interface River stage zero No dependents

The "Log::Agent::Logger" class defines a generic interface for application logging. It must not be confused with the interface provided by Log::Agent, which is meant to be used by re-usable modules that do not wish to commit on a particular logging m...

MROGASKI/Log-Agent-Logger-0.201 - 12 Apr 2021 01:25:57 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::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 • 136 direct dependents • 1067 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::Agent::Channel - ancestor class for all Log::Agent channels River stage one • 7 direct dependents • 7 total dependents

The "Log::Agent::Channel" class is the root class from which all "Log::Agent" channels inherit. It is a *deferred* class, meaning that it cannot be instantiated directly. All the deferred routines need to be implemented by its heirs to form a valid d...

MROGASKI/Log-Agent-1.005 - 12 Apr 2021 00:08:29 UTC

Log::Agent::Channel::Syslog - syslog logging channel for Log::Agent::Logger River stage one • 7 direct dependents • 7 total dependents

The syslog logging channels directs operations to syslog() via the Sys::Syslog(3) interface. The creation routine make() takes the following switches: "-facility" => *facility* Tell syslog() which facility to use (e.g. "user", "auth", "daemon"). Unli...

MROGASKI/Log-Agent-1.005 - 12 Apr 2021 00:08:29 UTC

Log::Agent::Priorities - conversion between syslog priorities and levels River stage one • 7 direct dependents • 7 total dependents

This package contains routines to convert between syslog priorities and logging levels: level_from_prio("crit") yields 2, and prio_from_level(4) yields "warning", as does prio_from_level(5). Here are the known priorities (which may be abbreviated to ...

MROGASKI/Log-Agent-1.005 - 12 Apr 2021 00:08:29 UTC

Log::Agent::Driver::Apache - Use mod_perl with standard logger. River stage zero No dependents

A Log::Agent::Driver module for Apache. Since Log::Agent is the standard way for modules to log output, or rather it's supposed to be, but Apache with mod_perl has different ideas about logging, this module attempts to translate Log::Agent calls over...

JMHOGLUND/Log-Agent-Driver-Apache-0.002 - 11 Sep 2005 15:36:14 UTC

Log::Agent::Channel::File - file logging channel for Log::Agent River stage one • 7 direct dependents • 7 total dependents

The file channel performs logging to a file, along with the necessary prefixing and stamping of the messages. Internally, the "Log::Agent::Driver::File" driver creates such objects for each logging channel defined at driver creation time. The creatio...

MROGASKI/Log-Agent-1.005 - 12 Apr 2021 00:08:29 UTC

Log::Agent::Channel::Handle - I/O handle logging channel for Log::Agent River stage one • 7 direct dependents • 7 total dependents

The handle channel performs logging to an already opened I/O handle, along with the necessary prefixing and stamping of the messages. The creation routine make() takes the following arguments: "-handle" => *handle* Specifies the I/O *handle* to use. ...

MROGASKI/Log-Agent-1.005 - 12 Apr 2021 00:08:29 UTC
10 results (0.062 seconds)