The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "log::any"

Log::Any - Bringing loggers and listeners together River stage three • 299 direct dependents • 799 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 - Search in distribution

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 - Search in distribution

MooX::Log::Any - Role to add Log::Any River stage two • 9 direct dependents • 30 total dependents

A logging role building a very lightweight wrapper to Log::Any for use with your Moo or Moose classes. Connecting a Log::Any::Adapter should be performed prior to logging the first log message, otherwise nothing will happen, just like with Log::Any U...

CAZADOR/MooX-Log-Any-0.004004 - 20 Jan 2016 03:10:51 UTC - Search in distribution

Log::Any::IfLOG - Load Log::Any only if "logging is enabled" River stage one • 2 direct dependents • 3 total dependents

This module is a drop-in replacement/wrapper for Log::Any to be used from your modules. This is a quick-hack solution to avoid the cost of loading Log::Any under "normal condition". Since Log::Any 1.00, startup overhead increases to about 7-10ms on m...

PERLANCAR/Log-Any-IfLOG-0.090 - 09 Jan 2019 16:03:45 UTC - Search in distribution

MojoX::Log::Any - Use the current Log::Any adapter from Mojolicious River stage zero No dependents

MojoX::Log::Any makes it easy to use a Log::Any::Adapter from within Mojolicious without getting in the way of the user. When imported from within a Mojolicious application (of from within a package into which Mojolicious' app function has been expor...

JJATRIA/MojoX-Log-Any-0.005 - 07 May 2017 20:00:04 UTC - Search in distribution

Log::Any::Plugin - Adapter-modifying plugins for Log::Any River stage one • 4 direct dependents • 4 total dependents

Log::Any::Plugin is a method for augmenting arbitrary instances of Log::Any::Adapters. Log::Any::Plugins work much in the same manner as Moose 'around' modifiers to augment logging behaviour of pre-existing adapters....

SDT/Log-Any-Plugin-0.012 - 23 May 2022 06:25:48 UTC - Search in distribution

Log::Any::Simple - Very thin wrapper around Log::Any, using a functional interface that dies automatically when you log above a given level River stage one • 1 direct dependent • 1 total dependent

Disclaimer: Log::Any is already quite simple, and our module name does not imply otherwise. Maybe Log::Any::SlightlySimpler would have been a better name. Log::Any::Simple is offering a purely functional interface to Log::Any, removing all possible c...

MATHIAS/Log-Any-Simple-0.04 - 09 May 2024 17:07:19 UTC - Search in distribution

Log::Any::For::Std - Send output of STDERR to Log::Any River stage zero No dependents

Log::Any provides convenient API for logging of messages. But to ensure recording of a message into the log you have to evidently call out one of the logging methods, e.g "$log->info('some message')". At the same time it is often needed in programs t...

IVANYCH/Log-Any-For-Std-0.05 - 02 Sep 2015 12:02:06 UTC - Search in distribution

Log::Any::Progress - log incremental progress using Log::Any River stage zero No dependents

This module makes it easy to use Log::Any to log incremental progress, similar in concept to Term::ProgressBar. It can be useful for monitoring the progress of a long-running process and to get an idea of how long that process might take to finish. I...

LARRYL/Log-Any-Progress-1.00 - 02 Apr 2023 20:16:33 UTC - Search in distribution

Log::Any::Adapter::TAP - Logging adapter suitable for use in TAP testcases River stage two • 20 direct dependents • 53 total dependents

When running testcases, you probably want to see some of your logging output. One sensible approach is to have all "warn" and more serious messages emitted as "diag" output on STDERR, and less serious messages emitted as "note" comments on STDOUT. So...

NERDVANA/Log-Any-Adapter-TAP-0.003003 - 13 Feb 2016 02:25:56 UTC - Search in distribution

Log::Any::Adapter::Carp - Simple adapter for logging via warnings River stage one • 1 direct dependent • 2 total dependents

This relatvely simple adapter for Log::Any is in many ways similar to the builtin Log::Any::Adapter::Stderr, but instead of writing messages directly to STDERR, it uses Perl's "warn" in perlfunc mechanism. This allows you to do things like generate s...

CBAIL/Log-Any-Adapter-Carp-1.03 - 06 Oct 2016 04:46:40 UTC - Search in distribution

Log::Any::Adapter::JSON - One-line JSON logging of arbitrary structured data River stage zero No dependents

This Log::Any adapter logs formatted messages and arbitrary structured data in a single line of JSON per entry. You must pass a filename or an open handle to which the entries will be printed. Optionally you may pass an "encoding" argument which will...

TONKIN/Log-Any-Adapter-JSON-1.16 - 28 Aug 2021 20:23:15 UTC - Search in distribution

Log::Any::Adapter::Mojo River stage zero No dependents

This Log::Any adapter uses Mojo::Log for logging. Mojo::Log must be initialized before calling *set*. The parameter logger must be used to pass in the logging object....

HENRYYKT/Log-Any-Adapter-Mojo-0.06 - 25 Feb 2012 07:21:10 UTC - Search in distribution

Log::Any::Adapter::DERIV - standardised logging to STDERR and JSON file River stage zero No dependents

Applies some opinionated log handling rules for Log::Any. This is extremely invasive. It does the following, affecting global state in various ways: * applies UTF-8 encoding to STDERR * writes to a ".json.log" file. * overrides the default Log::Any::...

DERIV/Log-Any-Adapter-DERIV-0.008 - 20 Mar 2024 08:43:22 UTC - Search in distribution

Log::Any::Adapter::Fille - Advanced adapter for logging to files River stage zero No dependents

Adapter "Log::Any::Adapter::Fille" is intended for logging messages to the file. Behavior of this adapter resembles simple built-in adapter behavior Log::Any::Adapter::File, but differs from it in several details. The "log_level" attribute may be set...

IVANYCH/Log-Any-Adapter-Fille-0.05 - 02 Jun 2015 15:43:45 UTC - Search in distribution

Log::Any::Adapter::Redis - Simple adapter for logging to redis River stage zero No dependents

This simple Log::Any adapter logs (RPUSH) each message to the specified list in redis, with a datestamp prefix. This Approach is useful when you have several processes, maybe even running on different machines, and need a fast, central logging soluti...

MILA/Log-Any-Adapter-Redis-1.000 - 04 Oct 2015 09:05:44 UTC - Search in distribution

Log::Any::Adapter::Dupout - Cunning adapter for logging to a duplicate of STDOUT River stage zero No dependents

Adapter Dupout are intended to log messages into duplicate of standard descriptor STDOUT. Logging into a duplicate of standard descriptor might be needed in special occasions when you need to redefine or even close standard descriptor but you want to...

IVANYCH/Log-Any-Adapter-Dupstd-0.05 - 19 Nov 2019 14:34:39 UTC - Search in distribution

Log::Any::Adapter::LogGer - Send Log::Any logs to Log::ger River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/Log-Any-Adapter-LogGer-0.003 - 25 Jun 2017 05:08:08 UTC - Search in distribution

Log::Any::Adapter::Screen - (ADOPTME) Send logs to screen, with colors and some other features River stage one • 8 direct dependents • 9 total dependents

This Log::Any adapter prints log messages to screen (STDERR/STDOUT). The messages are colored according to level (unless coloring is turned off). It has a few other features: allow passing formatter, allow setting level from some environment variable...

PERLANCAR/Log-Any-Adapter-Screen-0.141 - 21 Nov 2023 04:16:43 UTC - Search in distribution

Log::Any::Adapter::Tickit - Simple adapter for Tickit logging from Log::Any River stage one • 2 direct dependents • 3 total dependents

The "log_level" attribute may be set to define a minimum level to log....

TEAM/Tickit-Widget-LogAny-0.005 - 31 Dec 2016 13:09:19 UTC - Search in distribution
3,392 results (0.213 seconds)