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



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

Answer / guest

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.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Is int reference type c#?

0 Answers  


What is parameters in c#?

0 Answers  


public void A() { int x; x = 8; x *= 4 + 8 / 2; } Given the above code, what is the value of "x"?

8 Answers  


What does addressof operator do in background ?

0 Answers  


What is response redirect in c#?

0 Answers  






How do you restrict the type which can be used in custom generic?

1 Answers   IBM,


Explain About web methods and its various attributes

0 Answers   Digital GlobalSoft,


When do you absolutely have to declare a class as abstract (as opposed to free-willed educated choice or decision based on UML diagram)?

2 Answers   Mind Tree,


Explain hash table in c# ?

0 Answers  


Why we use dll in c#?

0 Answers  


How do I convert a string to an int in c#?

0 Answers  


Explain the difference between private and shared assembly?

0 Answers  


Categories