[log4perl-devel] logger state is global

2010-11-16 Thread Tom Metro
I like the API Log::Log4perl provides, but using Log::Log4perl v1.28 I've encountered issues with the internal implementation that have been very time consuming to resolve. Most relate to the way Log4perl seems to store state in global or class variables rather than in object or instance

Re: [log4perl-devel] logger state is global

2011-01-26 Thread Tom Metro
Mike Schilli wrote: 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