Why are there five tracing levels in
System.Diagnostics.TraceSwitcher?
Answer Posted / kirti
The tracing dumps can be quite verbose. For applications that are constantly running you run the risk of overloading the machine and the hard drive. Five levels range from None to Verbose, allowing you to fine-tune the tracing activities.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
if a base class has a number of overloaded constructors, and an inheriting class has a number of overloaded constructors; can you enforce a call from an inherited constructor to a specific base constructor?
How many constructors can a class have in c#?
What does private void mean in c#?
If you donot specify an access modifier for a method, what is the default access modifier?
Explain the difference between the system.array.copyto() and system.array.clone()?
What is c# commonly used for?
Why do we use static class in c#?
If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.
What is the use of thread join in c#?
What is cookies c#?
Does unity require coding?
What are the 4 pillars of any object oriented programming language?
Which is faster iqueryable or ienumerable?
Explain manifest in c#.
Can we create extension method for interface?