Thanks, Mike. Extremely helpful. I've never used caller for anything
but endeavors of curiosity. I've read that document before, but...
Here's what I quickly came up with:
sub get_logger {
...
# get the caller that we want.
@caller = caller(1);
$package = $caller[0];
Mike Schilli [mailto:[EMAIL PROTECTED] wrote:
>
> On Thu, 28 Jun 2007, Lee Goddard wrote:
>
> > Please could Log/Log4perl/Config.pm line 619 offer a stack backtrace
as
> > well as barfing?
> >
> > My current project has four config files, several potential
initialisers
> > (bad idea, I know) and