Click here to Skip to main content
15,896,448 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how to implement logging procedures. please anybody help me.
Posted

You can consider using ELMAH for logging, which id free and opensource.
Check the following articles for detailed steps.
Logging Error Details with ELMAH (C#)[^]
Getting started with ELMAH: ASP.NET Error Logging and Reporting[^]

else you can consider using Log4Net. Check following article-
log4net Tutorial[^]

Hope, it helps :)
 
Share this answer
 
Addition to the Solution #1, Refer this as well-
Logging from inside a transaction[^]

-KR
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900