Info
Version: | 2.1.2 |
Author(s): | Atif Aziz, James Driscoll, Alexander Beletsky |
Last Update: | Friday, May 1, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/alexanderbeletsky/elmah.mvc |
NuGet Url: | https://www.nuget.org/packages/Elmah.MVC |
Install
Install-Package Elmah.MVC
dotnet add package Elmah.MVC
paket add Elmah.MVC
Elmah.MVC Download (Unzip the "nupkg" after downloading)
Dependencies
- elmah.corelibrary(1.2.0)
Tags
Just drop the package inside your ASP.NET MVC application and access /elmah URL. It will also install global HandleError filter, that guarantees all unhandled errors are logged (even if customError turned "On").