Supriya Ghosh (Editor)

ELMAH

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Developer(s)
  
Atif Aziz

Platform
  
.NET

License
  
Apache License 2.0

Written in
  
C#

Type
  
Error logging

Stable release
  
1.2.2 / April 13, 2012; 4 years ago (2012-04-13)

ELMAH (Error Logging Modules and Handlers) is an open source debugging tool for ASP.NET web services. When added to a running web application on a machine, exceptions that are thrown trigger event handlers in the ELMAH tool. These event handlers can include logging to various database back-ends, logging which can be viewed from a web portal, and the sending of notification emails, tweets and RSS articles to advise administrators of the problem. ELMAH provides a pluggable implementation of error logging.

References

ELMAH Wikipedia


Similar Topics