I know how to write trace statements that I can view in a webforms environment, but how do I do this in a windows forms app?
I am inside of a static method, and I want t
You can use Log4Net.
Log4Net is completely Xml configuration driven and provides a very high degree of extensibility (Just implement new Appenders, Filters or Layouts).