Author: Tips & Tricks for ASP.NET, IIS, and Visual Web Developer | Posted on: 6/23/2009 5:25:42 PM | Views : 665

Nearly every program needs a logger to log events, errors and exceptions. Sometimes it is also useful to log the name of the method that logged the event. The easiest way to do that is to make the log method take both the calling method name and event...(read more) ...

Go to the complete details ...