cpan Log-Any 1.708

latest releases: 1.718, 1.717, 1.716...
5 years ago

[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]

Don't miss a new Log-Any release

NewReleases is sending notifications on new releases.