Skip to content

This is an old elmah (version ELMAH-1.2-sp2) with some new implementation

License

Notifications You must be signed in to change notification settings

sheryever/elmahex

Repository files navigation

elmahex

This is an old elmah with some new implementation

The initial code is drived from ELMAH-1.2-sp2 code https://code.google.com/p/elmah/wiki/Downloads

Requirement

Newtonsoft.Json.dll (.net 3.5)

New features

  • Multiple applications error log support added
  • Show the Exception.Data in error detail page

Syntax

  • Elmah.ErrorSignal.Raise(exception);
  • Elmah.ErrorSignal.Raise(exception, applicationName);
  • Elmah.ErrorSignal.Raise(httpContext);
  • Elmah.ErrorSignal.Raise(Exception, httpContext, applicationName);

About

This is an old elmah (version ELMAH-1.2-sp2) with some new implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published