I saw Jeff Atwood's post on his blog about Exception Driven Programming and I was curious if there is anything like ELMAH for PHP?
1 Answer
Zend Server is providing monitoring of PHP applications. The things it can monitor includes:
- application response time
- failed user requests
- application accesibility
- generated errors
This is probably the closest you can get to your needs.