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

Is it possible to log to MSSQL and XML simultaneously? #51

Closed Snake66GH closed 9 years ago

Snake66GH commented 9 years ago

Hi,

I just want to ask you whether it is possible to use ELMAH for logging to MSSQL and XML files simultaneously? In fact, I want to have exception records in XML files and MSSQL database as well.

Thanks for reply. Ondrej Subrt

DavidDeSloovere commented 9 years ago

That sounds like an Elmah specific question and not related to the Elmah.MVC project. You might want to check https://code.google.com/p/elmah/ for that. PS: Pretty sure it's possible.