From: <msc...@ao...> - 2003-07-29 02:40:22
|
Hi all, just released 0.36 to CPAN, here's what's new: 0.36 (07/22/2003) * (ms) Matthew Keene <mk...@ne...> suggested to have an accessor for all appenders currently defined -- added appenders() method * (ms) Test case 041SafeEval.t didn't share $0 explicitely and created some warnings, fixed that with (jf)'s help. * (ms) Added performance improvements suggested by Kyle R. Burton <mo...@vo...>. is_debug/is_info/etc. are now precompiled, similar to the debug/info/etc. methods. * (ms) Added a fix to have is_debug()/is_info()/etc. pay attention to on-the-fly config file changes via init_and_watch(). * (ms) Fixed bug that reloaded the config under init_and_watch() every time the check period expired, regardless if the config file itself had changed. Added test case. -- Mike ############################ # Mike Schilli # # log...@pe... # # http://perlmeister.com # # log4perl.sourceforge.net # ############################ |