Re: [log4perl-devel] Problems with uninitialized root-logger in log::log4perl

2007-12-04 Thread Johannes Kilian
Hi, Mike Schilli schrieb: > On Fri, 23 Nov 2007, Johannes Kilian wrote: > >> Using my "traditional" log4perl configuration file (used from 0.51 >> on) the 1.12 Version shows following behaviour (which I didn't >> notice with earlier versions ...): >> 1.) Initializing log4perl works without any er

Re: [log4perl-devel] Log::Log4Perl::Util::module_available broken...

2007-12-04 Thread Merijn Broeren
Quoting Mike Schilli ([EMAIL PROTECTED]): > > Yeah, that's an old issue that dates back to Log4perl 0.42: There we > figured out that if someone wrote > > $SIG{__DIE__} = sub { print "die handler!\n"; }; > > and used Log4perl and some module like Time::HiRes is missing, which > is acceptable

Re: [log4perl-devel] Problems with uninitialized root-logger in log::log4perl

2007-12-04 Thread Mike Schilli
On Tue, 4 Dec 2007, Johannes Kilian wrote: > No - no __DIE__ handler within my own perl-modules/perl files. Perhaps > there might be some troublesome __DIE__ handler within the officiall > perl modules (installed in Perl\lib or Perl\site\lib) - But how can > I find out which one is it? Trace it: