DotNet
Implementing a logger in CSharp
Posted October 24th, 2008 by administrator
This tutorial explains how to implement a simple logger in C#.
Logging Need
Have you ever ran into a situation where you want to log messages in order to debug a program. There are many logging packages/framework available but there always a learning curve involved with setup and usage. So this simplified yet featurefull logger is all you might need.