Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.
/ ElmahEFLogger Public archive

Global exceptions logger for Entity Framework 6.x using ELMAH

License

Notifications You must be signed in to change notification settings

VahidN/ElmahEFLogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Global exceptions logger for Entity Framework 6.x using ELMAH

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published