Why are there five tracing levels in
System.Diagnostics.TraceSwitcher?



Why are there five tracing levels in System.Diagnostics.TraceSwitcher?..

Answer / mohan kumar e.

0 : Error
1 : Warning
2 : Message
3 : Information
4 : Vebros

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

How string definitions will prevent escaping on backslashes in C#?

0 Answers   Siebel,


how to implement singelton in C# & its uses?

1 Answers   TCS,


Can I use exceptions in c#?

0 Answers  


Does c# have a 'throws' clause?

0 Answers  


If a child class instance is created, which class constructor is called first - base class or child class?

0 Answers  


Can we define a variable with the access modifier private in an interface?

7 Answers   IBM,


What does the parameter Initial Catalog define inside Connection String?

5 Answers  


What is parsing? How to parse a date time string?

0 Answers  


Why is it a bad idea to throw your own exceptions?

4 Answers  


What is Bubble Event ?

2 Answers   HCL,


Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.

0 Answers  


What is difference between .net and c#?

0 Answers  


Categories