View Single Post
  #1  
Old 11-19-2010, 09:05 AM
tikskit tikskit is online now
Registered User
 
Join Date: 11-19-2010
Posts: 3
Output to console and log file

Hello!

I use VisBuildCmd to execute my scripts. And I want to send some information (such as 'MyAPP.exe was compiled') to console and all other output (all that Visual Build Professional usually write) to log file. In other words I want devide user-important information and build-diagnostic information.

Example it would be fine if Log messages write to console but all other to file.

How can I do this?

By the way. I found that Log Message write to console only characters from ANSI code page.

Thank you!
Reply With Quote