7

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 1

2

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.