Are there any ELMAH- or crashkit-like exception-logging FOSS packages?
Specifically, these are exception-logging applications; the code you write pushes exception reports to these systems so they can be logged, grouped, searched, and acted-upon. Both apps help with the approach of Exception Driven Development (not a fan of the phrase, but I do like the idea of a centralised way to collect exceptions into a monitoring system).
I'm looking for an app that preferably:
- non-microsoft (inc. mono)
- language-agnostic, or
- has plugins for languages such as PHP, Python, etc
- can be hosted locally so I may hack for specific needs.
Is there anything out there like that at the moment? Or are ELMAH & crashkit the only options so far?