Re: [log4perl-devel] Log::Log4perl best practices

2011-09-29 Thread David Christensen
On 09/28/2011 11:04 PM, Mike Schilli wrote: > If you want to bump up the caller level, you should be using > wrapper_register() or $Log::Log4perl::caller_depth as explained here: > http://search.cpan.org/dist/Log-Log4perl/lib/Log/Log4perl.pm#Using_Log::Log4perl_with_wrapper_functions_and_classes Y

[log4perl-devel] no_extra_logdie_message and Test::Exception

2011-09-29 Thread Robert Rothenberg
It seems that when I use the no_extra_logdie_message option, the logdie and logcroak methods do not work with Test::Exception's throws_ok or dies_ok functions. Those functions just exit with errors. This happens even when the test script is outputting to the screen. Is there a way to use no_extr