|
From: Johannes K. <jo...@vi...> - 2004-08-18 12:59:01
|
Hi there,
I tried to use my own DIE-Handler in my main application using:
-------------------------
SIG{__DIE__} = sub {
print STDERR @_;
exit;
};
-------------------------
Using this, log4perl runs into the handler. The produced Output is:
------------------------
Can't locate PatternLayout.pm in @INC (@INC contains:
..D:/PCTK_Builddatenbank/Pctk_branch_ref_3194/bin/../lib .
C:\Programme\ActiveState Komodo 3.0\dbgp\perllib D:/usr/perl/lib
D:/Perl/lib D:/Perl/site/lib) at (eval 114)
[D:/Perl/site/lib/Log/Log4perl/Config.pm:419] line 3, line 5.
------------------------
PatternLayout.pm is definitivly available at
D:/Perl/site/lib/log/log4perl/layout (The place where it should be ....)
Disabling my DIE-Handler everything works fine ...
Using log:log4perl Version 0.47, ActivePerl 5.8.4
Any idea?
Johannes
|