C# (Sharp) Programming Language Question:

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

Tweet Share WhatsApp

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 PDF Read All 163 C# (Sharp) Programming Language Questions
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)?