When to use DEBUG or TRACE??? difference between them plz

  • Thread starter Thread starter Mat
  • Start date Start date
I'm not sure of the exact differences but I do know what an debug statements are not included in the "Release" build so they can be put in and left in without them affecting the "Release". Trace statements are included in both "Debug" and "Release" builds
 
yes you can output the trace to an evenlog. But notis that the eventlog won't understand which traceswitch level your trace had. The Eventlog will display all of your trace outputs as information.
Jens
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top