|
From: Mike S. <m...@pe...> - 2006-02-09 08:00:49
|
On Wed, 8 Feb 2006, Martin J. Evans wrote:
> I've been using log4perl for around a month in a new project - suits
> me great - thanks for that. When one of my modules failed I noticed a
> perculiar message on stderr and have reduced the problem to this:
>
> perl -MData::Dumper -e 'use Log::Log4perl qw(get_logger
> :levels);Log::Log4perl->init_and_watch("/etc/log4.conf", 10);my
> $log = get_logger("XMLLoad::Log"); $log->logwarn(sub
> {Dumper([qw(a b c)])});'
Good catch, that's a bug! I'll fix it in Log::Log4perl 1.04.
Thanks!
-- Mike
Mike Schilli
m...@pe...
|