0
kicks
A handy class for logging in C-Sharp - Zain Shaikh's posterous
Hello, I was working on a program today in which I had to log some information so that I know of what events are occurring and what is actually happening in the code. And this have happened most of the times with me, I frequently need to write some logging information to a text file during different projects, therefore I just wrote a simple class, which is very helpful.