Is there an Elmah equivalent for PHP in general, Symfony in particular?
A:
I'd recommend PEAR::Log as recommended by @Jet, along with set_error_handler() and set_exception_handler().
Wesley Mason
2009-06-08 12:42:18
+2
A:
Symfony comes with a logging framework that can log to file or any other backend you care to give it. From my understanding of Elmah this is about as close as you can get - there's nothing with all the features available and integrated with frameworks such as Symfony.
Please see this chapter in the Symfony book for more information on Symfony's logging capabilities.
PeterB
2009-06-09 12:03:42