The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Log::Log4perl::Appender"

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

Log::Log4perl::Appender::TAP - Append to TAP output River stage one • 1 direct dependent • 4 total dependents

This very simple Log::Log4perl appender sends log output via Test2::API to TAP (or any other format supported by Test2::API). It also works with Test::Builder and Test::More so long as you have Test2::API installed. It only takes one special argument...

PLICEASE/Log-Log4perl-Appender-TAP-0.05 - 07 May 2023 12:10:59 UTC

Log::Log4perl::Appender::DBI - implements appending to a DB River stage four • 376 direct dependents • 1144 total dependents

This is a specialized Log::Dispatch object customized to work with log4perl and its abilities, originally based on Log::Dispatch::DBI by Tatsuhiko Miyagawa but with heavy modifications. It is an attempted compromise between what Log::Dispatch::DBI wa...

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

Log::Log4perl::Appender::File - Log to file River stage four • 376 direct dependents • 1144 total dependents

This is a simple appender for writing to a file. The "log()" method takes a single scalar. If a newline character should terminate the message, it has to be added explicitly. Upon destruction of the object, the filehandle to access the file is flushe...

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

Log::Log4perl::Appender::SMTP - Send logs by email River stage zero No dependents

This appender is a very thin layer over the Net::SMTP module. It allows you to easily send important log messages by email, to one or several recipients. All of the Net::SMTP attributes are supported....

ODC/Log-Log4perl-Appender-SMTP-0.04 - 13 Dec 2018 17:01:29 UTC

Log::Log4perl::Appender::RRDs - Log to a RRDtool Archive River stage four • 376 direct dependents • 1144 total dependents

"Log::Log4perl::Appender::RRDs" appenders facilitate writing data to RRDtool round-robin archives via Log4perl. For documentation on RRD and its Perl interface "RRDs" (which comes with the distribution), check out <http://rrdtool.org>. Messages sent ...

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

Log::Log4perl::Appender::Redis - Log to a Redis channel River stage zero No dependents

FRAZAO/Log-Log4perl-Appender-Redis-0.01 - 19 Dec 2020 18:37:03 UTC

Log::Log4perl::Appender::Stomp - Log messages via STOMP River stage zero No dependents

This allows you to send log messages via the Streaming Text Orientated Messaging Protocol to a message broker that supports STOMP, such as Apache's ActiveMQ. This makes use of topics in ActiveMQ so that multiple consumers can receive the log messages...

AFLOTT/Log-Log4perl-Appender-Stomp-1.000 - 29 Jan 2010 03:53:48 UTC

Log::Log4perl::Appender::Chunk - Group log messages in Identified chunks River stage zero No dependents

This appender will write group of Log lines (chunks) to the underlying store under an ID that you choose. A number of Store classes are shipped ( in Log::Log4perl::Appender::Chunk::Store::* ), but it's very easy to write your own store, as it's essen...

JETEVE/Log-Log4perl-Appender-Chunk-0.013 - 07 Dec 2017 12:14:49 UTC

Log::Log4perl::Appender::Limit - Limit message delivery via block period River stage four • 376 direct dependents • 1144 total dependents

"appender" Specifies the name of the appender used by the limiter. The appender specified must be defined somewhere in the configuration file, not necessarily before the definition of "Log::Log4perl::Appender::Limit". "block_period" Period in seconds...

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

Log::Log4perl::Appender::Raven - Append log events to your Sentry account. River stage zero No dependents

JETEVE/Log-Log4perl-Appender-Raven-0.006 - 25 Aug 2016 13:31:42 UTC

Log::Log4perl::Appender::Spread - Log to a spread group River stage zero No dependents

This is a simple appender for writing to a spread group....

JDALBERG/Log-Log4perl-Appender-Spread-0.03 - 19 Jun 2004 21:43:36 UTC

Log::Log4perl::Appender::LogGer - Log to Log::ger River stage one • 2 direct dependents • 3 total dependents

PERLANCAR/Log-Log4perl-Appender-LogGer-0.001 - 18 Apr 2018 14:05:38 UTC

Log::Log4perl::Appender::String - Append to a string River stage four • 376 direct dependents • 1144 total dependents

This is a simple appender used internally by "Log::Log4perl". It appends messages to a scalar instance variable....

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

Log::Log4perl::Appender::Screen - Log to STDOUT/STDERR River stage four • 376 direct dependents • 1144 total dependents

This is a simple appender for writing to STDOUT or STDERR. The constructor "new()" takes an optional parameter "stderr": * If set to a false value, it will log all levels to STDOUT (or, more accurately, whichever file handle is selected via "select()...

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

Log::Log4perl::Appender::Buffer - Buffering Appender River stage four • 376 direct dependents • 1144 total dependents

"Log::Log4perl::Appender::Buffer" takes these arguments: "appender" Specifies the name of the appender it buffers messages for. The appender specified must be defined somewhere in the configuration file, not necessarily before the definition of "Log:...

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

Log::Log4perl::Appender::Socket - Log to a socket River stage four • 376 direct dependents • 1144 total dependents

This is a simple appender for writing to a socket. It relies on IO::Socket::INET and offers all parameters this module offers. Upon destruction of the object, pending messages will be flushed and the socket will be closed. If the appender cannot cont...

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

Log::Log4perl::Appender::Fluent - log appender writing to Fluentd River stage zero No dependents

Log::Log4perl::Appender::Fluent is a Log::Log4perl(3) appender plugin that provides output to Fluentd daemon. The plugin supports sending simple string messages, but it works way better when is provided with Log::Message::JSON(3) or Log::Message::Str...

DOZZIE/Log-Log4perl-Appender-Fluent-0.05 - 04 Sep 2017 13:03:03 UTC

Log::Log4perl::Appender::Graylog - Log dispatcher writing to udp Graylog server River stage zero No dependents

This is a simple appender for writing to a graylog server. It relies on L<IO::Socket::INET>. L<Log::GELF::Util>. This sends in the 1.1 format....

DIMENTOX/Log-Log4perl-Appender-Graylog-1.7 - 16 Jun 2017 11:35:07 UTC

Log::Log4perl::Appender::Gearman - Log appender for posting job to gearman River stage zero No dependents

CLKAO/Log-Log4perl-Appender-Gearman-0.29 - 09 Oct 2010 15:25:58 UTC
84 results (0.068 seconds)