ELMAH – Error Logging Modules and Handlers

It seems it’s getting more popular.
Located at: http://code.google.com/p/elmah/
The features (from the site):
  • Logging of nearly all unhandled exceptions.
  • A web page to remotely view the entire log of recoded exceptions.
  • A web page to remotely view the full details of any one logged exception.
  • In many cases, you can review the original yellow screen of death that ASP.NET generated for a given exception, even with customErrors mode turned off.
  • An e-mail notification of each error at the time it occurs.
  • An RSS feed of the last 15 errors from the log.
  • A number of backing storage implementations for the log, including in-memory, Microsoft SQL Server and several contributed by the community.

  • License: New BSD.
  • Status at the time of this writing: 1.0 BETA 3 (build 10617)