C# (Sharp) Programming Language Question:

Download Job Interview Questions and Answers PDF

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

C# (Sharp) Programming Language Interview Question
C# (Sharp) Programming Language Interview Question

Answer:

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.

Download C# (Sharp) Programming Language Interview Questions And Answers PDF

Previous QuestionNext Question
Why do I get a syntax error when trying to declare a variable called checked?What is the syntax for calling an overloaded constructor within a constructor (this() and constructorname() does not compile)?