Revision history for Log-Any-App

0.19     2010-11-08
         - Fixed typo

0.18     2010-11-08
         - New: '-category_alias' option
         - New: 'category_level' option
         - New: 'category' in output spec now accepts array
         - Doc: Rewritten usage & examples section

0.17     2010-11-06
         - Doc updates.
         - Respect environment COLOR=0/1 to disable/enable screen color.

0.16     2010-11-04
         - More detailed debugging under LOGANYAPP_DEBUG.
         - Doc: some more examples.

0.15     2010-11-04
         - Fixed: Setting per-target level.

0.14     2010-07-21
         - Fixed: Unit for FileRotate max_size is not in MB but bytes.

0.13     2010-07-21
         - Allow turning off each facility via FILE_LOG_LEVEL=off,
           SCREEN_LOG_LEVEL=off, and so on.

0.12     2010-05-07
         - Switch to DZP::AutoPrereq (but DZP::MinimumPerl failed)

0.11     2010-05-07
         - Require Perl 5.10

0.10     2010-05-06
         - Fixed: determining general level (again!)
         - Fixed: setting pattern

0.09     2010-05-06
         - Fixed: Parsing -level should be done before other opts.

0.08     2010-04-23
         - Add pattern_style.

0.07     2010-04-16
         - Changed running init() in INIT phase instead of CHECK (to
           prevent it running when under -c).

0.06     2010-04-09
         - Fixed wrong version (typo) in dependency

0.05     2010-04-09
         - Require newer version of Log::Any & Log::Any::Adapter
         - Bug fix: did not DEBUG, TRACE, etc environment correctly

0.04     2010-03-24
         - Don't log to file when testing.

0.03     2010-03-24
         - Require File::Path >= 2.07 (for make_path)

0.02     2010-03-19
         - Add -dump option.
         - default mode append for file.
         - Add debug statements (activated via LOGANYAPP_DEBUG=1) to
           help debug logging configuration.
         - Bug fix: respect screen's color => 0 setting.
         - Don't do screen colors unless in interactive terminal.
         - Bug fix: export '$log' in BEGIN, not CHECK phase.

0.01     2010-03-17
         First release.