Re: [log4perl-devel] logcroak always stringifies when croak()ing

2012-10-19 Thread Mike Schilli
@lists.sourceforge.net Betreff: Re: [log4perl-devel] logcroak always stringifies when croak()ing On Mon, 15 Oct 2012, BENNING, Markus (ext) wrote: Shouldn't logcroak log a stringified version and call croak on the value you passed to it instead of calling croak on the log message? I guess that makes

Re: [log4perl-devel] logcroak always stringifies when croak()ing

2012-10-18 Thread BENNING, Markus
--- Von: Mike Schilli [mailto:m...@perlmeister.com] Gesendet: Donnerstag, 18. Oktober 2012 09:29 An: BENNING, Markus Cc: log4perl-devel@lists.sourceforge.net Betreff: Re: [log4perl-devel] logcroak always stringifies when croak()ing On Mon, 15 Oct 2012, BENNING, Markus (ext) wrote: > Shouldn&

Re: [log4perl-devel] logcroak always stringifies when croak()ing

2012-10-18 Thread Mike Schilli
On Mon, 15 Oct 2012, BENNING, Markus (ext) wrote: > Shouldn't logcroak log a stringified version and call croak on the > value you passed to it instead of calling croak on the log message? I guess that makes sense if you're using it for throwing exceptions, but I've never used it that way and tha