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

Search results for "distribution:Log-Log4perl 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::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::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::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::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::TestBuffer - Appender class for testing River stage four • 376 direct dependents • 1144 total dependents

This class is used for internal testing of "Log::Log4perl". It is a "Log::Dispatch"-style appender, which writes to a buffer in memory, from where actual results can be easily retrieved later to compare with expected results. Every buffer created is ...

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

Log::Log4perl::Appender::Synchronized - Synchronizing other appenders River stage four • 376 direct dependents • 1144 total dependents

If multiple processes are using the same "Log::Log4perl" appender without synchronization, overwrites might happen. A typical scenario for this would be a process spawning children, each of which inherits the parent's Log::Log4perl configuration. In ...

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

Log::Log4perl::Appender::TestArrayBuffer - Subclass of Appender::TestBuffer River stage four • 376 direct dependents • 1144 total dependents

This class is a subclass of Log::Log4perl::Appender::TestBuffer and just provides message array refs as an additional feature. Just like Log::Log4perl::Appender::TestBuffer, Log::Log4perl::Appender::TestArrayBuffer is used for internal Log::Log4perl ...

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

Log::Log4perl::Appender::TestFileCreeper - Intentionally slow test appender River stage four • 376 direct dependents • 1144 total dependents

This is a test appender, and it is intentionally slow. It writes out one byte at a time to provoke sync errors. Don't use it, unless for testing....

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

Log::Log4perl::Appender::ScreenColoredLevels - Colorize messages according to level River stage four • 376 direct dependents • 1144 total dependents

This appender acts like Log::Log4perl::Appender::Screen, except that it colorizes its output, based on the priority of the message sent. You can configure the colors and attributes used for the different levels, by specifying them in your configurati...

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

Log::Log4perl::JavaMap::JDBCAppender - wraps Log::Log4perl::Appender::DBI River stage four • 376 direct dependents • 1144 total dependents

Possible config properties for log4j JDBCAppender are bufferSize sql password user URL - attempting to translate a JDBC URL into DBI parameters, let me know if you find problems Possible config properties for Log::Log4perl::Appender::DBI are bufferSi...

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

Log::Log4perl::JavaMap::FileAppender - wraps Log::Dispatch::File River stage four • 376 direct dependents • 1144 total dependents

Possible config properties for log4j ConsoleAppender are File Append "true|false|1|0" default=true BufferedIO "true|false|1|0" default=false (i.e. autoflush is on) Possible config properties for Log::Dispatch::File are filename mode "write|append" au...

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

Log::Log4perl::JavaMap::SyslogAppender - wraps Log::Dispatch::Syslog River stage four • 376 direct dependents • 1144 total dependents

This maps log4j's SyslogAppender to Log::Dispatch::Syslog Possible config properties for log4j SyslogAppender are SyslogHost (Log::Dispatch::Syslog only accepts 'localhost') Facility Possible config properties for Log::Dispatch::Syslog are min_level ...

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

Log::Log4perl::JavaMap::ConsoleAppender - wraps Log::Dispatch::Screen River stage four • 376 direct dependents • 1144 total dependents

Possible config properties for log4j ConsoleAppender are Target (System.out, System.err, default is System.out) Possible config properties for Log::Dispatch::Screen are stderr (0 or 1)...

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

Log::Log4perl::JavaMap::NTEventLogAppender - wraps Log::Dispatch::Win32EventLog River stage four • 376 direct dependents • 1144 total dependents

This maps log4j's NTEventLogAppender to Log::Dispatch::Win32EventLog Possible config properties for log4j NTEventLogAppender are Source Possible config properties for Log::Dispatch::Win32EventLog are source Boy, that was hard....

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

Log::Log4perl::JavaMap::RollingFileAppender - wraps Log::Dispatch::FileRotate River stage four • 376 direct dependents • 1144 total dependents

This maps log4j's RollingFileAppender to Log::Dispatch::FileRotate by Mark Pfeiffer, <markpf@mlp-consulting.com.au>. Possible config properties for log4j ConsoleAppender are File Append "true|false|1|0" default=true BufferedIO "true|false|1|0" defaul...

ETJ/Log-Log4perl-1.57 - 21 Oct 2022 16:47:36 UTC
30 results (0.045 seconds)