The text of this article is not in this database — only its details are. Read it on the old site: Logging Errors with ELMAH
10 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Logging Errors with ELMAH
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Tridip BhattacharjeePosted Dec 22, 2017, 11:33 AM
How to integrate elmah in class library project. if possible then we can call elmah api from any layer to log error manually. share if u know.
Bhuvanesh MohankumarPosted May 13, 2016, 10:36 AM
Good one
Asfend YarPosted Feb 29, 2016, 1:44 PM
accept the request kindly
Asfend YarPosted Feb 29, 2016, 1:43 PM
thanks
ahsan sadequePosted Sep 22, 2011, 3:27 AM
hi this information is really useful. From what i understand the ELMAH only records runtime errors what if you want to record compile time errors. Can u give some hints like class or API that could help me. My task is to build a .DLL that could be referenced in any application(for now only c#) to record compile errors in debug mode to a database. It would be really helpful
Sam HobbsPosted Jan 10, 2011, 2:44 AM
Is it possible to log exceptions to the Application Events log? One of them that the Event Viewer shows? Perhaps there is a good reason to not do that, such as too much data, but it seems to be a useful option. I looked in the ELMAH page and did not see a mention of use of the Application Events log. Regardless, ELMAH does look useful; thank you for tellling us about it.
Manikavelu VelayuthamPosted Jan 10, 2011, 12:46 AM
Really its a cool plugin, In one of my project, I have integrated this plugin. Very simple to integrate in any projects, It can be plugged into any of the existing projects also. Very Few Steps to Plug In. User Interface of displaying the error reports is also good.