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 |
How to find the current application file path while runtime?
What do u meant by "SBI" of an object?
C Sharp
When should we use sealed class in c#?
Define delegate?
how to add datarow to datatable
How to declares a two-dimensional array in C#?
What does protected internal access modifier mean?
What is difference between variable and property in c#?
Why is it efficient to use System.string under System.Text.StringBuilder ?
What is the difference between add and addrange in c#?
What are the keywords used to pass parameters to the base class and how do I invoke other constructors.