Search results for "module:Log::Channel"
Log::Channel - yet another logging package
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::Agent::Channel - ancestor class for all Log::Agent channels
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::File - file logging channel for Log::Agent
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
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
Log::Agent::Channel::Syslog - syslog logging channel for Log::Agent::Logger
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::MultiChannel - A full featured module for implementing log messages on multiple channels to multiple targets.
PLAPOINTE/Log-MultiChannel-1.10
-
22 Nov 2014 02:41:55 UTC
Log::Info - Wrapper around Log::Log4perl
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::Agent - logging agent
The "Log::Agent" module provides an abstract layer for logging and tracing, which is independent from the actual method used to physically perform those activities. It acts as an agent (hence the name) that collects the requests and delegates process...
MROGASKI/Log-Agent-1.005 - 12 Apr 2021 00:08:29 UTC
IRC::Bot::Log
Provides logging functionality for an IRC bot....
BWSMITH/IRC-Bot-0.08 - 24 Jul 2007 17:42:23 UTC
Log::Info::Fork - a process that forks, and its output is captured and logged.
FLUFFY/Log-Info-2.00
-
19 Dec 2010 09:03:25 UTC
Log::Dispatch::XML - Collect one or more messages in XML format
The "Log::Dispatch::XML" module offers a buffering logging alternative for XML users. Messages are collected in the output channel until XML is created from them....
LNATION/Log-Dispatch-XML-0.02 - 09 Nov 2019 15:33:19 UTC
Log::Agent::Logger - a logging interface
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::Agent::Driver - ancestor class for all Log::Agent drivers
The Log::Agent::Driver class is the root class from which all Log::Agent drivers 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 driver....
MROGASKI/Log-Agent-1.005 - 12 Apr 2021 00:08:29 UTC