|
From: Mike S. <m...@pe...> - 2008-01-26 07:18:12
|
On Fri, 25 Jan 2008, Steven Lembark wrote:
> + sub debug
> + {
> + local $Log::Log4perl::caller_depth ||= 1;
> +
> + ...
> + }
Hmm ... do you mean
local $Log::Log4perl::caller_depth =
$Log::Log4perl::caller_depth + 1;
by any chance? See
http://log4perl.sourceforge.net/d/Log/Log4perl/FAQ.html#73200
for a similar case.
-- Mike
Mike Schilli
m...@pe...
|