ELMAH
What is ELMAH?
ELMAH (Error Logging Modules and Handlers) is an application-wide error logging facility that is completely pluggable. It can be dynamically added to a running ASP.NET web application, or even all ASP.NET web applications on a machine, without any need for re-compilation or re-deployment.
Once ELMAH has been dropped into a running web application and configured appropriately, you get the following facilities without changing a single line of your code:
ELMAH Screenshots
ELMAH Features
Comments and Reviews
Tags
- .net
- ASP.NET
Recent user activities on ELMAH
- Howard Edidin liked ELMAHHE
- dumnard liked ELMAHdu
David added Excipio as an alternative to ELMAH
I think Elmah miss loads of features like being able to search/filter errors, being able to create multiple lists of errors (for example one with only GoogleBot errors, one only with errors from logged in users and so on). Would also be awesome to be able to remove single errors directly from the UI and so on and so on.
So anyone know any alternatives? Or mods of Elmah so you get some more functionality.
I've found this now that can help a little. Not really an alternative though.
http://code.google.com/p/elmah-loganalyzer/
Reply written