views:

137

answers:

1

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?

+1  A: 

There's Skidder for PHP: http://sourceforge.net/projects/skidder/ Also AVICODE for .NET: http://www.avicode.com/ And Exceptioneer for Winforms: http://exceptioneer.com/Public/Demonstration.aspx

I'm not seeing much else out there other than what you've already mentioned.

lod3n