Home Resume Perl CPAN-Search Projects Private

Errata to: "Retire your debugger, log smartly with Log::Log4perl!

This article was published on perl.com in September 2002. Here's the latest errata list:


Latest Update: January 2005 michael@perlmeister.com
Logger Additivity

The article says on page 3:

Each appender carries an additivity flag. If this is set to a false value, like in $appender->additivity(0); then the message won't bubble up further in the hierarchy after the appender is finished.

This is incorrect, appenders don't carry an additivity flag, only loggers do. Please replace appender in the above paragrph by logger and it makes sense.

Thanks to Dave Weber for pointing this out.

Typos

Thanks to Jon Bjornstad for pointing this out.


Last modified at Sat Jan 19 16:19:10 2002. Please send comments on this page to webmaster@perlmeister.com.