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
What is default method in c#?
Define thread?
What are regular expressions? Search a string using regular expressions?
What are the different types of classes?
Are all methods virtual in c#?
Write the syntax for catching an exception in c#?
How big is an int in c#?
What is difference between hashtable and dictionary in c#?
Explain about multithreading?
Explain hash table in c# ?
Explain how can you clean up objects holding resources from within the code?
What does return do in for loop?
What is event and delegates in c#?
Write a program to find the angle between the hours and minutes in a clock
What is the use of properties window?