From: <msc...@ao...> - 2002-09-10 08:32:29
|
Hey guys, Erik's changes are in (with a couple of minor modifications, see below) and I've released 0.23 on the website. Documentation and Changes are also updated. Could you guys please verify it's ok before it's going to CPAN? Here's the stuff I changed from Erik's patch, Erik please let me know if you're ok with it, we can still change it: * Added a couple of test cases to t/001Level.t * I moved your excellent documentation on custom levels and inc/decrementing further down to the "Cool Tricks" section -- log4j harshly depreciates custom levels and therefore we shouldn't point the user to it until the "categories" section explains more standard ways to control the amount of logging. * Had to change $Log::... to ${Log::...} somewhere because stupid CVS would expand that to what $Log$ is used for :). -- -- Mike ############################ # Mike Schilli # # log...@pe... # # http://perlmeister.com # # log4perl.sourceforge.net # ############################ |