Login
Remember
Register
Ask a Question
Why are there five tracing levels in System.Diagnostics.TraceSwitcher?
0
votes
asked
Mar 5, 2020
in
C Sharp
by
JackTerrance
Why are there five tracing levels in System.Diagnostics.TraceSwitcher?
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 5, 2020
by
JackTerrance
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.
...