The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Log-Any-Adapter-Log4perl

0.09      2018-04-22 13:41:19+02:00 Europe/Oslo

    [Added]

    - Added support for mapping Log::Any structured logging (added in
      Log-Any 1.700) to the Mapped Diagnostic Context. Thanks @dakkar!
      [Github #5]

0.08      2015-04-04 14:06:26-04:00 America/New_York

    [Changed]

    - Bumped Log::Any::Adapter prereq to 1.03

0.07      2015-01-01 22:39:19-05:00 America/New_York

    [Fixed]

    - Fixed failing tests with Log::Any 1.00+ by using wrapper_register
      rather than munging Log4perl's legacy caller-level global variable

    [Changed]

    - Removed unnecessary formatting function wrappers given switch to
      using wrapper_register

    [Prereqs]

    - Requires Log::Log4perl 1.32 or later for bug-free wrapper_register

0.06  Mar 11, 2010

    - Fix typo in t/00-load.t - RT 54627

0.05  Feb 13, 2010

    - Fix tests to work with trace level

0.04  Jan 26, 2010

    - Set $Log::Log4perl::caller_depth correctly so that %C,%F,%L patterns will work - reported by Chris Moewes-Bystrom

0.03  Oct 27, 2009

    - Update docs for new Log::Any::Adapter API
    - Add dependency on Log::Any::Adapter instead of Log::Any

0.02  Jul 17, 2009

    - Initial version