/ElmahEFLogger

Global exceptions logger for Entity Framework 6.x using ELMAH

Primary LanguageC#Apache License 2.0Apache-2.0

ElmahEFLogger

Global exceptions logger for Entity Framework 6.x using ELMAH.

Install via NuGet

To install ElmahEFLogger, run the following command in the Package Manager Console:

PM> Install-Package ElmahEFLogger

You can also view the package page on NuGet.

Usage:

Add The following line to the Application_Start method of the Global.asax.cs file:

DbInterception.Add(new ElmahEfInterceptor());

Screenshots:

ElmahEFLogger ElmahEFLogger