|
From: Tony B. <log...@tm...> - 2004-01-11 22:31:15
|
On Sat, Jan 10, 2004 at 01:17:49AM +0000, Tony Bowden wrote:
> Switching my method in new() from
> Log::Log4perl->easy_init($args->{DEBUG} ? $DEBUG : $ERROR);
> to
> get_logger->level($args->{DEBUG} ? $DEBUG : $ERROR);
> seems to do the trick in my simple test. I'll try plugging this approach
> into the real application tomorrow.
Works like a charm.
Thanks all,
Tony
|