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

Log::Dispatch::Email - Base class for objects that send log messages via email River stage four • 134 direct dependents • 1049 total dependents

This module should be used as a base class to implement Log::Dispatch::* objects that send their log messages via email. Implementing a subclass simply requires the code shown in the "SYNOPSIS" with a real implementation of the "send_email()" method....

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

Log::Dispatch::Email::Mailer - Log::Dispatch::Email subclass that sends mail using Email::Mailer River stage zero No dependents

This is a subclass of Log::Dispatch::Email that implements the "send_email()" method using the Email::Mailer module. Much like the Email::Mailer module, you can send email in a great variety of ways including text-only, HTML with text auto-generated,...

GRYPHON/Log-Dispatch-Email-Mailer-1.13 - 13 Sep 2023 04:12:50 UTC

Log::Dispatch::Email::Siffra - Module abstract (<= 44 characters) goes here River stage one • 1 direct dependent • 1 total dependent

Stub documentation for this module was created by ExtUtils::ModuleMaker. It looks like the author of the extension was negligent enough to leave the stub unedited. Blah blah blah....

LUIZBENE/Log-Dispatch-Email-Siffra-0.04 - 20 Nov 2019 16:59:13 UTC

Log::Dispatch::Email::MailSend - Subclass of Log::Dispatch::Email that uses the Mail::Send module River stage four • 134 direct dependents • 1049 total dependents

This is a subclass of Log::Dispatch::Email that implements the send_email method using the Mail::Send module....

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

Log::Dispatch::Email::Sendmail - Subclass of Log::Dispatch::Email that sends e-mail using Sendmail River stage zero No dependents

NHORNE/Log-Dispatch-Email-Sendmail-0.04 - 20 Nov 2023 12:42:15 UTC

Log::Dispatch::Email::MIMELite - Subclass of Log::Dispatch::Email that uses the MIME::Lite module River stage four • 134 direct dependents • 1049 total dependents

This is a subclass of Log::Dispatch::Email that implements the send_email method using the MIME::Lite module....

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

Log::Dispatch::Email::EmailSend - Subclass of Log::Dispatch::Email that uses Email::Send River stage zero No dependents

This is a subclass of Log::Dispatch::Email that implements the send_email method using the Email::Send module....

DROLSKY/Log-Dispatch-Email-EmailSend-0.03 - 09 Aug 2006 04:19:10 UTC

Log::Dispatch::Email::MailSender - Subclass of Log::Dispatch::Email that uses the Mail::Sender module River stage four • 134 direct dependents • 1049 total dependents

This is a subclass of Log::Dispatch::Email that implements the send_email method using the Mail::Sender module....

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

Log::Dispatch::Email::MailSendmail - Subclass of Log::Dispatch::Email that uses the Mail::Sendmail module River stage four • 134 direct dependents • 1049 total dependents

This is a subclass of Log::Dispatch::Email that implements the send_email method using the Mail::Sendmail module....

DROLSKY/Log-Dispatch-2.71 - 06 Apr 2023 03:52:59 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

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::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::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::Atom - Log to an atom feed. River stage zero No dependents

This class implements logging backed by an Atom feed so that you can subscribe to the errors produced by your application. You should not use this object directly, but should manage it via a Log::Dispatch object....

HDM/Log-Dispatch-Atom-0.03 - 08 Dec 2005 13:25:32 UTC

Log::Dispatch::SNMP - Object for logging to SNMP servers River stage zero No dependents

Log::Dispatch::SNMP is an appender to send logging messages to a specified management host in SNMP-managed networks (with a MLM or SMNP management console of some kind), commonly found in large and/or distributed networks. It should be used under the...

GARU/Log-Dispatch-SNMP-0.02 - 10 Jun 2010 09:55:49 UTC

Log::Log4perl::JavaMap - maps java log4j appenders to Log::Dispatch classes River stage four • 376 direct dependents • 1144 total dependents

If somebody wants to create an appender called "org.apache.log4j.ConsoleAppender", we want to translate it to Log::Dispatch::Screen, and then translate the log4j options into Log::Dispatch parameters.. What's Implemented (Note that you can always use...

ETJ/Log-Log4perl-1.57 - 21 Oct 2022 16:47:36 UTC

Log::Dispatch::Channels - Adds separate logging channels to Log::Dispatch River stage one • 1 direct dependent • 1 total dependent

This module manages a set of Log::Dispatch objects, treating them as separate message channels to which messages can be logged. These objects can share Log::Dispatch::Output objects, to allow for logging to multiple places simultaneously and automati...

DOY/Log-Dispatch-Channels-0.01 - 02 Dec 2008 05:41:32 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
28 results (0.05 seconds)