Interview Questions

Why are there five tracing levels in System.Diagnostics.TraceSwitcher?

C# Interview Questions and Answers


(Continued from previous question...)

65. Why are there five tracing levels in System.Diagnostics.TraceSwitcher?

The tracing dumps can be quite verbose and for some applications that are constantly running you run the risk of overloading the machine and the hard drive there. Five levels range from None to Verbose, allowing to fine-tune the tracing activities.

(Continued on next question...)

Other Interview Questions