Update to 1.708 (rhbz 1790306)

1.708     2020-01-12 22:56:43-05:00 America/New_York

    [Added]

    - Added 'Capture' adapter for capturing log messages in an array or
      running an arbitrary callback. This makes it easier to test log
      messages, collect messages from a certain scope for later display.
      Thanks @nrdvana! [Github #77]

    - Added Log::Any::Adapter 'get' class method to get an adapter for
      a category. This allows bypassing the Proxy and using the Adapter
      directly. Doing so breaks all the features enabled by a Proxy, and
      so should only be used in special circumstances (definitely not in
      CPAN modules). Thanks @nrdvana! [Github #78]

    - Added 'Multiplex' adapter for directing log output to one or more
      Log::Any adapters. This allows, for example, basic logging to
      Stderr and logging to a remote Syslogd or Elastic. Thanks
      @jrubinator and @GrantStreetGroup for contributing this!
      [Github #79, Github #16]

Signed-off-by: Tim Orling <ticotimo@gmail.com>
f38
Tim Orling 5 years ago
parent 1b6514d963
commit 4119f2a24e

@ -1,6 +1,6 @@
Name: perl-Log-Any
Version: 1.707
Release: 4%{?dist}
Version: 1.708
Release: 1%{?dist}
Summary: Bringing loggers and listeners together
License: GPL+ or Artistic
URL: https://metacpan.org/release/Log-Any
@ -69,6 +69,9 @@ make test
%{_mandir}/man3/*
%changelog
* Tue Jan 14 2020 Tim Orling <ticotimo@gmail.com> - 1.708-1
- Update to 1.708 (rhbz 1790306)
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.707-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (Log-Any-1.707.tar.gz) = b5fc37130b3bb07c9fac896c539657fffad2e80c2055a09816e133e48f3f5db9a3b896ea11bf087b5fe6844a72fb6189656a3033c7761c00f471282747e1c290
SHA512 (Log-Any-1.708.tar.gz) = 7cb86cb376140cd99a1f5aca97e5991ae958dbea39c64db3f095663341160cda055572694679f281581e0ba5c2a74d92c27a13aaed6b40f33c6f95d0c3ac7523

Loading…
Cancel
Save