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

Log::Log4perl::Appender::File - Log to file River stage four • 374 direct dependents • 1130 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::TestFileCreeper - Intentionally slow test appender River stage four • 374 direct dependents • 1130 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::File::FixedSize - Log::Log4perl appender which creates files limited in size River stage zero No dependents

HOREA/Log-Log4perl-Appender-File-FixedSize-0.01 - 25 Mar 2012 11:05:39 UTC

Log::Log4perl::Appender::Chunk::Store::File - Stores chunks on disk River stage zero No dependents

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

Log::Log4perl::JavaMap::FileAppender - wraps Log::Dispatch::File River stage four • 374 direct dependents • 1130 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::RollingFileAppender - wraps Log::Dispatch::FileRotate River stage four • 374 direct dependents • 1130 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

Log::Info - Wrapper around Log::Log4perl River stage one • 1 direct dependent • 1 total dependent

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::Log4perl::Config - Log4perl configuration file syntax River stage four • 374 direct dependents • 1130 total dependents

In "Log::Log4perl", configuration files are used to describe how the system's loggers ought to behave. The format is the same as the one as used for "log4j", just with a few perl-specific extensions, like enabling the "Bar::Twix" syntax instead of in...

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

Log::Log4perl::Appender - Log appender class River stage four • 374 direct dependents • 1130 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

Activator::Log - provide a simple wrapper for Log::Log4perl for use within an Activator project. River stage zero No dependents

This module provides a simple wrapper for Log::Log4perl that allows you to have a project level configuration for Log4perl, and have any class or script in your project be configured and output log messages in a consistent centralized way. Additional...

KNASSAR/Activator-0.91 - 15 Oct 2008 17:10:40 UTC

Log::Log4perl::Appender::Buffer - Buffering Appender River stage four • 374 direct dependents • 1130 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::Filter - Log4perl Custom Filter Base Class River stage four • 374 direct dependents • 1130 total dependents

Log4perl allows the use of customized filters in its appenders to control the output of messages. These filters might grep for certain text chunks in a message, verify that its priority matches or exceeds a certain level or that this is the 10th time...

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

Log::Log4perl - Log4j implementation for Perl River stage four • 374 direct dependents • 1130 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

MojoX::Log::Log4perl - Log::Log4perl logging for Mojo/Mojolicious River stage zero No dependents

: This module provides a Mojo::Log implementation that uses Log::Log4perl as the underlying log mechanism. It provides all the methods listed in Mojo::Log (and many more from Log4perl - see below), so, if you already use Mojo::Log in your application...

GARU/MojoX-Log-Log4perl-0.12 - 07 Oct 2019 17:35:49 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

Catmandu::Fix::log - Log::Any logger as fix River stage two • 77 direct dependents • 83 total dependents

This fix add debugging capabilities to fixes. To use it via the command line you need to add the '-D' option to your script. E.g. echo '{}' | catmandu convert -D to YAML --fix 'log("help!", level:WARN)' By default all logging messages have a level:IN...

HOCHSTEN/Catmandu-1.2020 - 08 Feb 2023 15:31:31 UTC

Log::Message::JSON - structured messages that stringify to JSON River stage zero No dependents

Good logging requires today a lot more than in Good Ol' Times[tm]. Each log entry should have a structure and be machine-parseable. On the other hand, there are lot of logging libraries that don't quite support structured logs and only process flat s...

DOZZIE/Log-Message-JSON-0.30.01 - 14 Apr 2014 10:58:41 UTC

Log::Dispatch::TAP - Log to TAP output River stage zero No dependents

This module provides a Log::Dispatch output sink for logging to Test::Simple diagnostics. It is similar to Log::Dispatch::TestDiag....

RRWO/Log-Dispatch-TAP-v0.2.1 - 08 May 2023 09:36:15 UTC

Clustericious::Log - A Log::Log4perl wrapper for use with Clustericious. River stage one • 3 direct dependents • 3 total dependents

This is a simple wrapper around Log::Log4perl for use with Clustericious. It handles initialization and exporting of convenient logging functions, and a default set of logging patterns. It also makes the name of the application available for logging ...

PLICEASE/Clustericious-1.29 - 11 Mar 2018 18:27:35 UTC

Log::Shiras::Test2 - Test2 for traffic in the ::Switchboard River stage one • 1 direct dependent • 1 total dependent

This is a class used for testing. It inherits directly from Test2::API without going through Test::Builder. This will feed back to any Test2 rooted test with the understanding that even Test::More now uses Test2 Under the hood. The tests are object o...

JANDREW/Log-Shiras-v0.48.0 - 03 Oct 2016 19:16:17 UTC
44 results (0.094 seconds)