Why are there five tracing levels in
System.Diagnostics.TraceSwitcher?
Answer Posted / abhi
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 View All Answers
Why do you call it a process? What’s different between process and application in .net, not common computer usage, terminology?
In howmany ways can you deploy an assembly?
What is a thread? What is multithreading?
What does the dispose method do with the connection object?
Why can't we use a static class instead of singleton?
What is the difference between int and int in c#?
What is the difference between array and arraylist c#?
What is access modifier in c#?
What is interface used in c#?
Explain about c# language.
What is the difference between iqueryable and ienumerable?
Why are strings immutable c#?
Write a C# program to find the Factorial of n
Differentiate between dataset and datareader?
Can you pass value types by reference to a method?