locked
EF and Elmah RRS feed

  • Question

  • Hello,

    I am using Elmah for error logging but instead of using SQL procedures I would like to use EF and Linq.

    For that I need to override three methods of Error Log class: Log, GetError and GetErrors.

    There is a sample which is SQLErrorLog:
    http://www.google.com/codesearch/p?hl=en&sa=N&cd=1&ct=rc#ols26SOMVz0/trunk/src/Elmah/SqlErrorLog.cs&q=sqlerrorlog%20package:http://elmah\.googlecode\.com

    I would like to do the same but using Linq to Entities but I am completely lost.

    Does anyone ever did this?

    Thanks,
    Miguel
    Thursday, August 6, 2009 11:15 PM

Answers

All replies