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 "dist:Log-Any dagolden"

Log::Any - Bringing loggers and listeners together River stage three • 285 direct dependents • 777 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

Log::Any::Test - Test what you're logging with Log::Any River stage three • 285 direct dependents • 777 total dependents

"Log::Any::Test" is a simple module that allows you to test what has been logged with Log::Any. Most of its API and implementation have been taken from Log::Any::Dispatch. Using "Log::Any::Test" signals "Log::Any" to send all subsequent log messages ...

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

Log::Any::Proxy - Log::Any generator proxy object River stage three • 285 direct dependents • 777 total dependents

Log::Any::Proxy objects are what modules use to produce log messages. They construct messages and pass them along to a configured adapter....

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

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

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

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::Proxy::Null - Log::Any generator proxy for no adapters River stage three • 285 direct dependents • 777 total dependents

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

Log::Any::Proxy::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::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::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::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::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::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::Stdout - Simple adapter for logging to STDOUT River stage three • 285 direct dependents • 777 total dependents

This simple built-in Log::Any adapter logs each message to STDOUT 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::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

Log::Any::Adapter::Capture - Adapter for capturing log messages into an arrayref River stage three • 285 direct dependents • 777 total dependents

This logging adapter provides a convenient way to capture log messages into a callback or arrayref of your choice without needing to write your own adapter. It is intended for cases where you want to temporarily capture log messages, such as showing ...

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

Log::Any::Adapter::Multiplex - Adapter to use allow structured logging across other adapters River stage three • 285 direct dependents • 777 total dependents

This built-in Log::Any adapter provides a simple means of routing logs to multiple other Log::Any::Adapters. Adapters receiving messages from this adapter can behave just like they are the only recipient of the log message. That means they can, for e...

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

Log::Any::Adapter::Development - Manual for developing new Log::Any adapters River stage three • 285 direct dependents • 777 total dependents

This document describes how to implement a new Log::Any adapter. The easiest way to start is to look at the source of existing adapters, such as Log::Any::Adapter::Log4perl and Log::Any::Adapter::Dispatch....

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

Log::Any::Proxy::WithStackTrace - Log::Any proxy to upgrade string errors to objects with stack traces River stage three • 285 direct dependents • 777 total dependents

Some log adapters, like Log::Any::Adapter::Sentry::Raven, are able to take advantage of being passed message objects that contain a stack trace. However if a stack trace is not available, and fallback logic is used to generate one, the resulting trac...

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