equivalent of trace macro

  • Thread starter Thread starter --== Alain ==--
  • Start date Start date
A

--== Alain ==--

Hi,

could you tell me what is the equivalent under .NET of TRACE macro used
under VC++ ?
I would like to display some status of my program in output window for
an easier debugging.

thanks a lot,

Al.
 
Hello --== Alain ==--,

The Trace class, see MSDN


-> Hi,
->
-> could you tell me what is the equivalent under .NET of TRACE macro
-> used
-> under VC++ ?
-> I would like to display some status of my program in output window
-> for
-> an easier debugging.
-> thanks a lot,
->
-> Al.
->
---
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 
Hi,

could you tell me what is the equivalent under .NET of TRACE macro used
under VC++ ?
I would like to display some status of my program in output window for
an easier debugging.

thanks a lot,

Al.

System.Diagnostics.Trace

rossum
 

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