Console.WriteLine output

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If I have Console.WriteLine in a VB .NET application when I complie the app
and run the exe, do they occur? If so where does the output go. If not is the
a easy way to push them to a log file.
Ron
 
Hello Ron,

To see the message when you run the app from the exe you could use the
debugger app from www.sysinternals.com. it's free.
Otherwise you could use the Trace class and add listeners to it. then you
can put tracing on and off and choose where you want to see the traces.

greetz,
gert
 

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