vote up 1 vote down star

Is there an Elmah equivalent for PHP in general, Symfony in particular?

flag

49% accept rate

3 Answers

vote up 0 vote down

error_log() writes to system log etc.

You can search in PEAR as well...

link|flag
vote up 0 vote down

I'd recommend PEAR::Log as recommended by @Jet, along with set_error_handler() and set_exception_handler().

link|flag
vote up 2 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.