From: Mike S. <m...@pe...> - 2011-06-01 07:19:31
|
Dear Log4perl enthusiasts, Log::Log4perl 1.33 has just been released to CPAN. The maintenance release contains a number of fixes for bugs reported on rt.cpan.org: 1.33 (2011/05/31) * (ms) [RT 67132] Applied patch by Darin McBride to allow for empty syswrite messages in the file appender. * (ms) [RT 68105] Fixed init-hash handling of subroutine references, reported by Frew Schmidt. * (ms) Mike Schwern noticed confusing DESTROY calls to clean up loggers and appenders (http://stackoverflow.com/questions/5914088 and https://github.com/mschilli/log4perl/issues/7), so I put on my hazmat suit and cleaned it up. Now perl's garbage collector takes care of disposing of logger and appender carcasses. * (ms) Added Log::Log4perl->remove_logger($logger) to remove a logger from the system. Enjoy! -- Mike Mike Schilli m...@pe... |