Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Log-Dispatchouli-2.023-bp154.1.22 RPM for noarch

From OpenSuSE Leap 15.4 for noarch

Name: perl-Log-Dispatchouli Distribution: SUSE Linux Enterprise 15 SP4
Version: 2.023 Vendor: openSUSE
Release: bp154.1.22 Build date: Mon May 9 11:42:03 2022
Group: Unspecified Build host: lamb17
Size: 86754 Source RPM: perl-Log-Dispatchouli-2.023-bp154.1.22.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.

Provides

Requires

License

Artistic-1.0 OR GPL-1.0-or-later

Changelog

* 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!)
* Thu Feb 22 2018 coolo@suse.com
  - updated to 2.016
    see /usr/share/doc/packages/perl-Log-Dispatchouli/Changes
    2.016     2018-02-21 12:47:46-05:00 America/New_York
    - the Proxy logger now respects the same overloading as the root logger
    - muted works as a constructor argument (thanks, Dan Book)
* Tue Oct 18 2016 coolo@suse.com
  - updated to 2.015
    see /usr/share/doc/packages/perl-Log-Dispatchouli/Changes
    2.015     2016-10-17 15:42:54-04:00 America/New_York
    - Log::Dispatchouli subclass can now provide its own proxy_class
      method to use something other than Log::Dispatchouli::Proxy
* Sun Oct 16 2016 coolo@suse.com
  - updated to 2.014
    see /usr/share/doc/packages/perl-Log-Dispatchouli/Changes
    2.014     2016-10-14 18:28:36-04:00 America/New_York
    - non-trial release of v2.013
    2.013     2016-07-30 16:34:57-04:00 America/New_York (TRIAL RELEASE)
    - minor optimizations to callbacks (thanks, Olivier Mengué)
* Tue Apr 14 2015 coolo@suse.com
  - updated to 2.012
    see /usr/share/doc/packages/perl-Log-Dispatchouli/Changes
    2.012     2014-11-30 08:49:01-05:00 America/New_York
      avoid a newly-introduced warning on older perls (thanks, Christopher
      J. Madsen)
    2.011     2014-11-29 08:50:45-05:00 America/New_York
      some optimizations in timestamp and pid logging (thanks, Olivier
      Mengué)

Files

/usr/lib/perl5/vendor_perl/5.26.1/Log
/usr/lib/perl5/vendor_perl/5.26.1/Log/Dispatchouli
/usr/lib/perl5/vendor_perl/5.26.1/Log/Dispatchouli.pm
/usr/lib/perl5/vendor_perl/5.26.1/Log/Dispatchouli/Global.pm
/usr/lib/perl5/vendor_perl/5.26.1/Log/Dispatchouli/Proxy.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/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


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 17:06:41 2024