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

Log::Dispatch::Syslog - Object for logging to system log. River stage four • 134 direct dependents • 1049 total dependents

This module provides a simple object for sending messages to the system log (via UNIX syslog calls). Note that logging may fail if you try to pass UTF-8 characters in the log message. If logging fails and warnings are enabled, the error message will ...

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

Log::Dispatch::Log::Syslog::Fast - Log::Dispatch wrapper around Log::Syslog::Fast River stage zero No dependents

This module provides a simple object for sending messages to a syslog daemon via UDP, TCP, or UNIX socket....

ATHOMASON/Log-Dispatch-Log-Syslog-Fast-1.02 - 27 Feb 2012 20:56:45 UTC

Log::Dispatch::UnixSyslog - log events to syslog with Unix::Syslog River stage zero No dependents

This provides a Log::Dispatch log output plugin that sends things to syslog. "But there's already Log::Dispatch:Syslog!" you cry. Well, that uses Sys::Syslog, which is core, but it's overcomplicated and inefficient, too. This plugin uses Unix::Syslog...

RJBS/Log-Dispatch-UnixSyslog-0.002 - 01 Jan 2023 01:57:36 UTC

Log::Dispatchouli - a simple wrapper around Log::Dispatch River stage three • 15 direct dependents • 817 total dependents

Log::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-3.007 - 03 Sep 2023 00:18:21 UTC

Log::Fast - Fast and flexible logger River stage one • 2 direct dependents • 3 total dependents

This 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 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::Any - Bringing loggers and listeners together River stage three • 285 direct dependents • 777 total dependents

"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.717 - 17 Aug 2023 15:53:05 UTC

Log::Pony - Yet another simple logger class River stage one • 1 direct dependent • 1 total dependent

Log::Pony is simple logger class. THIS IS A DEVELOPMENT RELEASE. API MAY CHANGE WITHOUT NOTICE. Log::Pony provides Flexible logging level Flexible output...

TOKUHIROM/Log-Pony-v1.0.1 - 07 Feb 2013 01:57:55 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::Defer - Deferred logs and timers River stage one • 2 direct dependents • 2 total dependents

I believe a lot of log processing is done too early. This module lets you defer log processing in two ways: Defer recording of log messages until some "transaction" has completed Typically this transaction is something like an HTTP request or a cron ...

FRACTAL/Log-Defer-0.312 - 07 Mar 2016 21:56:09 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 • 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::Journald - Send messages to a systemd journal River stage one • 1 direct dependent • 2 total dependents

This module wraps sd-journal(3) APIs for easy use in Perl. It makes it possible to easily use systemd-journald.service(8)'s structured logging capabilities and includes location of the logging point in the source code in the messages. Backends for Lo...

LKUNDRAK/Log-Journald-0.30 - 23 Nov 2017 09:57:15 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::Any::App - An easy way to use Log::Any in applications River stage zero No dependents

IMPORTANT: Please read "ROAD TO 1.0" on some incompatibilities in the near future, before 1.0 is released. Log::Any::App is a convenient combo for Log::Any and Log::Log4perl (although alternative backends beside Log4perl might be considered in the fu...

PERLANCAR/Log-Any-App-0.540 - 09 Jan 2019 16:12:08 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::Any::Adapter - Tell Log::Any where to send its logs River stage three • 285 direct dependents • 777 total dependents

Log::Any::Adapter connects log producers and log consumers. Its methods instantiate a logging adapter (a subclass of Log::Any::Adapter::Base) and route log messages from one or more categories to it....

PREACTION/Log-Any-1.717 - 17 Aug 2023 15:53:05 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::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
25 results (0.061 seconds)