The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Log-Any-Adapter-ScreenColoredLevel

0.07    2015-01-28 (PERLANCAR)

	- Refactor so it's easier to patch by Progress::Any::Output::Term*.


0.06    2015-01-22 (PERLANCAR)

        - No functional changes.

        - [ux] Tweak color for warning (blue -> bold blue) to make it more
          readable, like in Log::Any::App.


0.05    2014-02-28 (SHARYANTO)

        - No functional changes.

        - Update prereqs in dist.ini, depends on Log::Any::Adapter instead of
          the now-excluded-from-CPAN-index Log::Any::Adapter::Util.


0.04    2012-11-08 (SHARYANTO)

        - Avoid undef in Term::ANSIColor::color() by avoiding to hit it if color
          is "" (only happens if script is run under global warning [-w]) [RT
          #80685].


0.03    2011-05-16 (SHARYANTO)

        [ENHANCEMENTS]

        - Add 'formatter' parameter.


0.02    2011-05-14 (SHARYANTO)

        [ENHANCEMENTS]

        - Don't add newline again if message already ends with it.


0.01    2011-05-14 (SHARYANTO)

        - First release.