Hi, you could try to use the php exception handler. http://de2.php.net/manual/de/function.set-exception-handler.php and use the logger there. Works fine with PHP5.
Cheers, Christian On Fri, Feb 27, 2009 at 2:37 PM, Dennis Korbar <denniskor...@googlemail.com> wrote: > Hello there, > > I was wondering, is there an easy way to pipe PHP's error output (like file > not found, etc.) to log4php? > > Best regards, > > Dennis