Implementing Logging on your .net applications
If you need to implement Logging capabilities on your applications your best choice is most probably Log4Net.
Here I leave some links that will get you started with it in no time.
Log4Net
Tutorials
Lesson 1 - Getting Started
Lesson 2 - Basic XML Configuration
Lesson 3 - Appenders
Lesson 4 - Layouts and Patterns
Lesson 5 - Using Logger Objects
Lesson 6 - Log Event Context
Lesson 7 - Filters
Lesson 8 - Lossy Logging
Ok, that’s about it for now.
Cheers!