From: <msc...@ao...> - 2002-12-08 04:11:33
|
Hi all, 0.27 just hit CPAN, here's what has changed from the last release: 0.27 11/12/2002 * (ms) Added Log::Log4perl::NDC (Nested Diagnostic Contexts) and Log::Log4perl::MDC (Mapped Diagnostic Contexts) * (kg) User-defined conversion specifiers for PatternLayout in configuration file and as C API * (ms) LOGDIE and LOGWARN added to stealth loggers * (ms) Logging methods ($lo->debug(), $lo->info() ...) now return a value, indicating the number of appenders that the message was propagated to. If the message was suppressed due to level constraints, undef is returned. Updated manpage (new section "return values"). * (ms) Fixed bug reported by Francisco Olarte Sanz. <fo...@pe...>: ISO date format and documentation mixed up MM with mm in the simple date format * (kg) implementing map to log4j.RollingFileAppender * (kg) trying out oneMessagePerAppender parameter * (kg) changed unit tests to use File::Spec * (ms) Updated FAQ with "Recipes of the Week" Have fun! -- -- Mike ############################ # Mike Schilli # # log...@pe... # # http://perlmeister.com # # log4perl.sourceforge.net # ############################ |