Say you have C# trace messages all over an application. Something like:
Trace.TraceInformation(\"Service Started\");
How do you aut
You might use the following in the App.config
App.config