From: Mike S. <m...@pe...> - 2004-11-08 01:25:00
|
Hi all, 0.49 has been released to log4perl.sf.net, here's the changes: 0.49 (11/07/2004) * (ms) init_and_watch() no longer die()s on reloading syntactically wrong configuration files but issues a warning and then reloads the last working config. * (ms) init() now also accepts an open file handle (passed in as a glob) to a configuration file or a ref to an IO::File object. * (ms) Jos I. Boumans <ka...@xs...> and Chris Winters <ch...@cw...> reported an error thrown by L4p in their app SPOPS: During global construction. Looks like the Logger object's internal hash is cleared and then the is_<level> method gets called, resulting in a runtime exception. Added proposed remedy checking if the called method is defined by ref. * (ms) Added check to init_and_watch if obtaining the mod timestamp failed. If all goes well, it'll go to CPAN in a couple of days. -- Mike Mike Schilli m...@pe... |