Re: [log4perl-devel] logger state is global

2010-11-27 Thread Mike Schilli
On Thu, 18 Nov 2010, Tom Metro wrote: > It came about because the $logger object doesn't actually convey the > full state, so when serialized and passed to a remote method, the > remote logging reverts to default logging settings. Yeah, the way it's currently implemented, a logger is only meaning

Re: [log4perl-devel] warning on uninitialized value when logging undef

2010-11-27 Thread Mike Schilli
On Tue, 23 Nov 2010, Kevin Goess wrote: > Any opinion on this? Or should we stay with the uninitialized > warning, however unhelpful it is? I'm in favor of getting a warning in this case, at least with 'use warnings' mode. It's similar to use warnings; print "The value is $value.\n";