Say you have C# trace messages all over an application. Something like:
Trace.TraceInformation(\"Service Started\");
How do you aut
This works for cases where there isn't an explicit source.