Hi,
I want to implement the logger in c# to log the errors in application.
I also want the same to be saved in log table in database using Stored Procedure Please Guide me through it.
Hi Omega,
Refer below article. In this article error is saved in Text file. You need to save the error details in your database.
In side the catch event you need to write code for insert the error details in database as doing for LogError.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.