pth++;
get_logger()->info(@_);
$Log::Log4perl::caller_depth--;
}
1;
#
Thanks
Richard
> -Original Message-
> From: Mike Schilli [mailto:m...@perlmeister.com]
> Sent: 20 May 2009 22:25
> To: Richard Burton
> Cc: log4perl-devel@lists.sourceforge.net
>
that I can build it in to my code; I don't have a specific example?
Does that help?
Richard
> -Original Message-
> From: Mike Schilli [mailto:m...@perlmeister.com]
> Sent: 20 May 2009 22:25
> To: Richard Burton
> Cc: log4perl-devel@lists.sourceforge.net
> Subje
Hi all
I am trying to capture unhandled exceptions that are sent to STDERR,
e.g. for example the following could would give such an error
my $test = 'foo';
if ($test == 55) {
}
gives
Argument "foo" isn't numeric in numeric eq (==) at
I can catch this using stealth as loggers outl