Lightweight, but sufficient and user friendly logging for command line tools with minimal impact on performance, optional configuration and no non-core dependencies....
MIXAS/Log-Log4Cli-0.22 - 12 Dec 2018 17:59:23 GMTUse this module when you want use "Yet Another" very simple, light weight log file writer....
ATRICKETT/Log-Trivial-0.40 - 23 May 2014 13:05:15 GMTThe "Log::WarnDie" module offers a logging alternative for standard Perl core functions. This allows you to use the features of e.g. Log::Dispatch, Log::Any or Log::Log4perl without having to make extensive changes to your source code. When loaded, i...
NHORNE/Log-WarnDie-0.09 - 12 Sep 2017 17:22:33 GMTA module to provide a unified approach to tracing. A script can "use Log::Trace qw( < mode > )" to set the behaviour of the TRACE function. By default, the trace functions are exported to the calling package only. You can export the trace functions t...
BBC/Log-Trace-1.070 - 24 Nov 2005 11:00:48 GMTThis module provides the default, simple logging functionality for Catalyst. If you want something different set "$c->log" in your application module, e.g.: $c->log( MyLogger->new ); Your logging object is expected to provide the interface described ...
JJNAPIORK/Catalyst-Runtime-5.90124 - 18 Jan 2019 22:36:07 GMTThis 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.69 - 25 Oct 2019 18:22:40 GMTLog4perl 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...
MSCHILLI/Log-Log4perl-1.49 - 21 Feb 2017 06:20:53 GMT: 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 GMTIMPORTANT: 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 GMTThis library provides a common logging interfcaes that expects: Log::Log4perl::Logger or something that extends those features....
AKALINUX/Log-LogMethods-1.006 - 11 May 2019 18:15:26 GMTThis module provides Log4perl functions to Catalyst applications. It was inspired by Catalyst::Log::Log4perl on CPAN, but has been completely rewritten and uses a different approach to unite Catalyst and Log4perl. Log4perl provides loggers, usually a...
MSCHILLI/Log-Log4perl-1.49 - 21 Feb 2017 06:20:53 GMTThis logging interface is built on top of Log::Log4perl. It comes with five predefined logging levels, and the ability to dispatch logs to one or more sources. First, you can configure the logging level in the config file. By default, the logging lev...
ERIC/OpenPlugin-0.11 - 29 Aug 2003 03:04:25 GMTLog::Localized provides you with an interface for defining dynamically exactly which part of your code should log messages and with which verbosity. Log::Localized addresses one issue of traditional logging: in very large systems, a slight increase i...
ERWAN/Log-Localized-0.05 - 23 May 2006 14:20:30 GMTMajor benefits: * Efficient The default logging functions take blocks, so if a log level is disabled, the block will not run: # the following won't run if debug is off log_debug { "the new count in the database is " . $rs->count }; Similarly, the "D"...
FREW/Log-Contextual-0.008001 - 19 Jan 2018 17:15:42 GMTThis module does the following to mimic Log::Log4perl to a certain extent: * Log4perl-like formatting $log->warn("a", "b", sub { "c", "d" }) will format the message as "abcd". * Uppercase subroutine names This module provides uppercase subroutine nam...
PERLANCAR/Log-ger-Like-Log4perl-0.001 - 12 Jul 2017 04:30:30 GMTYet another logging class. Provides a procedural and OO interface as usual - intended for use with EntityModel only, if you're looking for a general logging framework try one of the other options in the "SEE ALSO" section....
TEAM/EntityModel-Log-0.006 - 27 Jun 2014 18:13:07 GMT"Treex::Core::Log" is a logger developed with the Treex system. It uses more or less standard leveled set of reporting functions, printing the messages at "STDERR". Note that this module might be completely substituted by more elaborate solutions suc...
POPEL/Treex-Core-2.20160630 - 30 Jun 2016 12:01:33 GMTThis 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...
NICS/Catmandu-1.2010 - 26 Nov 2019 11:22:04 GMTA logging role building a very lightweight wrapper to Log::Log4perl for use with your Moose or Moo classes. The initialization of the Log4perl instance must be performed prior to logging the first log message. Otherwise the default initialization wil...
LAMMEL/MooseX-Log-Log4perl-0.47 - 08 Dec 2015 22:02:16 GMTThis 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 GMT