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

Search results for "module:Log::Any::Adapter"

Log::Any::Adapter - Tell Log::Any where to send its logs River stage three • 285 direct dependents • 777 total dependents

Log::Any::Adapter connects log producers and log consumers. Its methods instantiate a logging adapter (a subclass of Log::Any::Adapter::Base) and route log messages from one or more categories to it....

PREACTION/Log-Any-1.717 - 17 Aug 2023 15:53:05 UTC

Log::Any::Adapter::TAP - Logging adapter suitable for use in TAP testcases River stage two • 20 direct dependents • 52 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

Log::Any::Adapter::Null - Discards all log messages River stage three • 285 direct dependents • 777 total dependents

This Log::Any adapter discards all log messages and returns false for all detection methods (e.g. is_debug). This is the default adapter when Log::Any is loaded....

PREACTION/Log-Any-1.717 - 17 Aug 2023 15:53:05 UTC

Log::Any::Adapter::File - Simple adapter for logging to files River stage three • 285 direct dependents • 777 total dependents

This simple built-in Log::Any adapter logs each message to the specified file, with a datestamp prefix and newline appended. The file is opened for append with autoflush on. If "flock" is available, the handle will be locked when writing. The "log_le...

PREACTION/Log-Any-1.717 - 17 Aug 2023 15:53:05 UTC

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

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

Log::Any::Adapter::Test River stage three • 285 direct dependents • 777 total dependents

PREACTION/Log-Any-1.717 - 17 Aug 2023 15:53:05 UTC

Log::Any::Adapter::Util - Common utility functions for Log::Any River stage three • 285 direct dependents • 777 total dependents

This module has utility functions to help develop Log::Any::Adapter subclasses or Log::Any::Proxy formatters/filters. It also has some functions used in internal testing....

PREACTION/Log-Any-1.717 - 17 Aug 2023 15:53:05 UTC

Log::Any::Adapter::Base River stage three • 285 direct dependents • 777 total dependents

PREACTION/Log-Any-1.717 - 17 Aug 2023 15:53:05 UTC

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

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

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

Log::Any::Adapter::Stderr - Simple adapter for logging to STDERR River stage three • 285 direct dependents • 777 total dependents

This simple built-in Log::Any adapter logs each message to STDERR with a newline appended. Category is ignored. The "log_level" attribute may be set to define a minimum level to log....

PREACTION/Log-Any-1.717 - 17 Aug 2023 15:53:05 UTC

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

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

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

Adapter Duperr are intended to log messages into duplicate of standard descriptor STDERR. 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

Log::Any::Adapter::Screen - (ADOPTME) Send logs to screen, with colors and some other features River stage one • 7 direct dependents • 8 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

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

Adapters Dupstd are intended to log messages into duplicates of standard descriptors STDOUT and STDERR. Logging into a duplicate of standard descriptor might be needed in special occasions when you need to redefine or even close standard descriptor b...

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

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

Log::Any::Adapter::Syslog - Send Log::Any logs to syslog River stage three • 285 direct dependents • 777 total dependents

Log::Any is a generic adapter for writing logging into Perl modules; this adapter use the Sys::Syslog module to direct that output into the OS's logging system (even on Windows)....

PREACTION/Log-Any-1.717 - 17 Aug 2023 15:53:05 UTC
73 results (0.064 seconds)