有没有类似 ELMAH 的异常记录 FOSS 软件包?
是否有任何 ELMAH- 或 crashkit 类似异常记录 FOSS 软件包?
具体来说,这些是异常记录应用程序;您编写的代码将异常报告推送到这些系统,以便可以对它们进行记录、分组、搜索和操作。这两个应用程序都有助于异常驱动开发(不喜欢这句话) ,但我确实喜欢以集中方式将异常收集到监控系统的想法)。
我正在寻找一个应用程序,最好是:
- 非微软(包括单声道)
- 语言无关,或者
- 具有 PHP、Python 等语言的插件,
- 可以在本地托管,这样我就可以满足特定的需求。
目前有类似的事情吗?或者是 ELMAH &到目前为止,crashkit 是唯一的选择吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
PHP 有 Skidder: http://sourceforge.net/projects/skidder/
还有 .NET 的 AVICODE:http://www.avicode.com/
Winforms 的 Exceptioneer: http://exceptioneer.com/Public/Demonstration.aspx
我'除了您已经提到的内容之外,我没有看到太多其他内容。
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.