Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error handling/Logging strategy [closed]

Tags:

c#

asp.net

Could you guys share your knowledge about Error handling/Logging strategy for asp.net 3.5 web based application?

like image 308
Jeremy Thomson Avatar asked Feb 19 '09 17:02

Jeremy Thomson


2 Answers

Log4net logging: What have you found to be useful?

What are the best practices to log an error?

Logging Best Practices

What To Write Into Log File?

What should be included in the state of the art error and exception handling strategies?

What information should I be logging in my web app?

Logging is a very critical part of every application, so it is important that you do it well.

like image 93
DevinB Avatar answered Oct 22 '22 14:10

DevinB


You should consider log4net. See this question for more information.

It is very robust, fast, and easy to use.

like image 40
Geoff Avatar answered Oct 22 '22 14:10

Geoff