Skip to content

Commit

Permalink
Added note about ELMAH's launch
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasArdal committed Dec 5, 2024
1 parent 1ae0f20 commit 3ac298a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/elmah-and-elmah-io-differences.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ We understand the confusion. The purpose of this article is to give a bit of bac

## What is ELMAH?

ELMAH is an error logging framework originally developed by Atif Aziz able to log all unhandled exceptions from .NET web applications. Errors can be logged to a variety of destinations through ELMAHs plugin model called error logs. Plugins for XML, SQL Server, MySQL, Elasticsearch, and many more exist. ELMAH automatically collects a lot of information from the HTTP context when logging the error, giving you the possibility to inspect request parameters, cookies, and much more for the failed request. Custom errors can be logged to ELMAH, by manually calling the error log.
ELMAH is an error logging framework originally developed by Atif Aziz in 2004 able to log all unhandled exceptions from .NET web applications. Errors can be logged to a variety of destinations through ELMAH's plugin model called error logs. Plugins for XML, SQL Server, MySQL, Elasticsearch, and many more exist. ELMAH automatically collects a lot of information from the HTTP context when logging the error, giving you the possibility to inspect request parameters, cookies, and much more for the failed request. Custom errors can be logged to ELMAH, by manually calling the error log.

## What is elmah.io?

Expand Down

0 comments on commit 3ac298a

Please sign in to comment.