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

How to find the current application file path while runtime?

0 Answers  


What do u meant by "SBI" of an object?

0 Answers  


C Sharp

1 Answers   Wipro,


When should we use sealed class in c#?

0 Answers  


Define delegate?

0 Answers  


how to add datarow to datatable

1 Answers  


How to declares a two-dimensional array in C#?

0 Answers   DELL,


What does protected internal access modifier mean?

0 Answers  


What is difference between variable and property in c#?

0 Answers  


Why is it efficient to use System.string under System.Text.StringBuilder ?

0 Answers   Siebel,


What is the difference between add and addrange in c#?

0 Answers  


What are the keywords used to pass parameters to the base class and how do I invoke other constructors.

3 Answers  


Categories