plkumar / elmah

Automatically exported from code.google.com/p/elmah
Apache License 2.0
0 stars 0 forks source link

Support Entity Framework Logger #306

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What new or enhanced feature are you proposing?
You already support a lot of database, it might be easier for ongoing 
maintenance and to reduce the amount of database specific loggers if you just 
had a generic EF provider that could then talk to MSSQL, MSSQL CE, MySQL, 
Oracle, SQLite, etc.

Also it would remove the reliance on Sprocs and would allow for the use of Linq 
to query the providers.

What goal would this enhancement help you achieve?
Fits in with our existing code-first EF model and would ease our code to 
support one provider as opposed to a logging provider for each database type we 
support.

Original issue reported on code.google.com by m...@brentpabst.com on 9 Aug 2012 at 7:16