alexbeletsky / elmah-mvc

Painless integration of ELMAH into ASP.NET MVC application
http://nuget.org/packages/Elmah.MVC
Apache License 2.0
266 stars 61 forks source link

How do I let the Log save on Mysql when I use EF6? #52

Closed huangjinshe closed 9 years ago

huangjinshe commented 9 years ago

Is there any example for save the LOG on MySql database when use entity framework 6?

huangjinshe commented 9 years ago

https://github.com/abatishchev/Elmah.Contrib.EntityFramework This will helpful.