The .Net Framework provides an easy way to log messages using the System.Diagnostics.Trace class. By using Trace the user can configure where and what to log in the config file.
Below are two simple ways to log a message to a text file. Read the rest of this entry »


