c# Programming Glossary: traceeventtype.information
Turning tracing off via app.config http://stackoverflow.com/questions/4144394/turning-tracing-off-via-app-config MyClass1 public DoSomething int x ts.TraceEvent TraceEventType.Information In DoSomething. x 0 x public class MyClass2 private static readonly.. MyClass2 public DoSomething int x ts.TraceEvent TraceEventType.Information In DoSomething. x 0 x The TraceSource.TraceEvent call will automatically.. call will automatically check the level of the message TraceEventType.Information against the configured level of the associated Switch and will..
|