Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-Log-Dispatchouli | Distribution: openSUSE Tumbleweed |
Version: 3.7.0 | Vendor: openSUSE |
Release: 2.2 | Build date: Fri Mar 8 23:41:33 2024 |
Group: Unspecified | Build host: reproducible |
Size: 109005 | Source RPM: perl-Log-Dispatchouli-3.7.0-2.2.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://metacpan.org/release/Log-Dispatchouli | |
Summary: Simple wrapper around Log::Dispatch |
Log::Dispatchouli is a thin layer above Log::Dispatch and meant to make it dead simple to add logging to a program without having to think much about categories, facilities, levels, or things like that. It is meant to make logging just configurable enough that you can find the logs you want and just easy enough that you will actually log things. Log::Dispatchouli can log to syslog (if you specify a facility), standard error or standard output, to a file, or to an array in memory. That last one is mostly useful for testing. In addition to providing as simple a way to get a handle for logging operations, Log::Dispatchouli uses String::Flogger to process the things to be logged, meaning you can easily log data structures. Basically: strings are logged as is, arrayrefs are taken as (sprintf format, args), and subroutines are called only if needed. For more information read the String::Flogger docs.
Artistic-1.0 OR GPL-1.0-or-later
* Fri Mar 08 2024 Tina Müller <tina.mueller@suse.com> - Fix disabling of __perllib_provides * Tue Sep 05 2023 Tina Müller <timueller+perl@suse.de> - updated to 3.007 see /usr/share/doc/packages/perl-Log-Dispatchouli/Changes 3.007 2023-09-02 20:18:04-04:00 America/New_York - add the is_X methods to Proxy as they were on the root logger (thanks, Charlie Garrison) - in Log::Fmt tests, cope with the slightly different output of JSON::PP versus the XS implementations 3.006 2023-08-11 10:58:09-04:00 America/New_York - fix a bug in Log::Fmt where an event data value that was a reference to a reference to an array was logged as its 0th element, not a flogged array reference * Fri Jun 09 2023 Tina Müller <timueller+perl@suse.de> - updated to 3.005 see /usr/share/doc/packages/perl-Log-Dispatchouli/Changes 3.005 2023-06-08 20:41:02-04:00 America/New_York - add parse_event_string_as_hash, which loses duplicate k/v pairs but makes life a little easier 3.004 2023-06-05 21:26:03-04:00 America/New_York - optimization to parsing of quoted strings (thanks, Rob Mueller) 3.003 2023-06-05 08:10:52-04:00 America/New_York - Log::Fmt will now flog ref-refs, meaning you can easily log JSON as log event values * Wed Dec 07 2022 Tina Müller <timueller+perl@suse.de> - updated to 3.002 see /usr/share/doc/packages/perl-Log-Dispatchouli/Changes 3.002 2022-12-06 09:49:34-05:00 America/New_York - restore v5.20 compatibility by turning on "postderef" feature explicitly 3.001 2022-12-01 11:55:43-05:00 America/New_York - no changes, just stable 3.000 2022-11-03 21:29:21-04:00 America/New_York (TRIAL RELEASE) - Log::Dispatchouli now requires v5.20, for pair slices - structured event logging with ->log_event -- read the docs, and Log::Fmt * Sat Jun 19 2021 Tina Müller <timueller+perl@suse.de> - updated to 2.023 see /usr/share/doc/packages/perl-Log-Dispatchouli/Changes 2.023 2021-06-18 21:52:17-04:00 America/New_York - update author contact info - add perl-support section * Tue Aug 25 2020 Tina Müller <timueller+perl@suse.de> - updated to 2.022 see /usr/share/doc/packages/perl-Log-Dispatchouli/Changes 2.022 2020-08-24 13:50:15-04:00 America/New_York - don't duplicate pid in syslog! * Thu Aug 13 2020 Tina Müller <timueller+perl@suse.de> - updated to 2.021 see /usr/share/doc/packages/perl-Log-Dispatchouli/Changes 2.021 2020-08-12 11:48:57-04:00 America/New_York - add another experimental means to replace how Syslog output is set up 2.020 2020-02-06 13:45:44-05:00 America/New_York (TRIAL RELEASE) - add stdio_dispatcher_class, so you can subclass the Screen dispatcher for stderr and stdio; this is experimental! * Tue Jul 30 2019 Stephan Kulow <coolo@suse.com> - updated to 2.019 see /usr/share/doc/packages/perl-Log-Dispatchouli/Changes 2.019 2019-07-27 16:13:30-04:00 America/New_York - fix an initialization ordering bug for loggers using stdio * Sat Jul 27 2019 Stephan Kulow <coolo@suse.com> - updated to 2.018 see /usr/share/doc/packages/perl-Log-Dispatchouli/Changes 2.018 2019-07-26 18:36:56-04:00 America/New_York - add enable_stdout and enable_stderr to, uh, enable stdout and enable stderr (after initial construction) * Wed Mar 13 2019 Stephan Kulow <coolo@suse.com> - updated to 2.017 see /usr/share/doc/packages/perl-Log-Dispatchouli/Changes 2.017 2019-03-12 21:10:26-04:00 America/New_York - syslog_socket can now be supplied to replace the native socket for Sys::Syslog (thanks, Jon Stuart!)
/usr/lib/perl5/vendor_perl/5.40.0/Log /usr/lib/perl5/vendor_perl/5.40.0/Log/Dispatchouli /usr/lib/perl5/vendor_perl/5.40.0/Log/Dispatchouli.pm /usr/lib/perl5/vendor_perl/5.40.0/Log/Dispatchouli/Global.pm /usr/lib/perl5/vendor_perl/5.40.0/Log/Dispatchouli/Proxy.pm /usr/lib/perl5/vendor_perl/5.40.0/Log/Fmt.pm /usr/share/doc/packages/perl-Log-Dispatchouli /usr/share/doc/packages/perl-Log-Dispatchouli/Changes /usr/share/doc/packages/perl-Log-Dispatchouli/README /usr/share/licenses/perl-Log-Dispatchouli /usr/share/licenses/perl-Log-Dispatchouli/LICENSE /usr/share/man/man3/Log::Dispatchouli.3pm.gz /usr/share/man/man3/Log::Dispatchouli::Global.3pm.gz /usr/share/man/man3/Log::Dispatchouli::Proxy.3pm.gz /usr/share/man/man3/Log::Fmt.3pm.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Jan 9 23:48:41 2025