Revision history for Log-Fine
0.10 2008-05-25
* First version, released on an unsuspecting world.
0.13 2008-05-27
* Require version 0.13 of Sys::Syslog
0.14 2008-06-07
* Correct spelling of last name of acknowledgements. Sorry
Chris!
0.15 2008-07-02
* Fix very embarrasing bitmask error
* some minor optimizations
* add TODO
0.20 2008-07-05
* Properly check bitmask combinations during testing
0.21 2008-12-12
* Add functional wrapper via Utils
0.30 2010-01-03
* Log levels can now be defined via Log::Fine::Levels
* Remove clone()
* Add new method, _fatal(), for handling internal fatal
conditions
* Major cleanup of documentation
* OpenLog() now takes a hash argument (see Log::Fine::Utils)
* Various API changes
0.31 2010-03-06
* Add new formatter, Log::Fine::Formatter::Syslog
0.32 2010-03-15
* Unit tests for Log::Fine::Formatter::Syslog now support
multiple locales
0.33 2010-08-28
* Document _fatal()
* Internal API clean-up
0.34 2010-11-17
* Update perldoc
* Correct typo in Log::Fine::Handle::Syslog
(addresses https://rt.cpan.org/Ticket/Display.html?id=63026)
0.34.1 2010-11-21
* Use a syslog facility that is supported by older versions of perl
0.34.2 2010-11-21
* Be more verbose when formatting tests fail
0.35 2010-11-23
* Correct issue in Log::Fine::Handle::Syslog found in perl 5.8.9
0.36 2010-11-24
* Do not allow user to define more than one
Log::Fine::Handle::Syslog object