Re: Pipe PHP error output to log4php?

2009-02-28 Thread Dennis Korbar
Hey Christian, thanks, that did the job! Greetings, Dennis 2009/2/28 Christian Grobmeier > 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 > > O

Re: Pipe PHP error output to log4php?

2009-02-28 Thread Christian Grobmeier
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 wrote: > Hello there, > > I was wondering, is there an easy way to