资讯

The System.Diagnostics.Debug and System.Diagnostics.Trace classes can send messages to trace listeners, which in turn route the messages to an appropriate target.
Software trace instrumentation can be added to applications and some operatinSg systems have it built in. This allows tracking operating system events like thread context switches, service API ...