May 2010
Intermediate to advanced
1272 pages
61h 18m
English
When you run MSBuild, the tool displays events and output information to the Console window as the default log. You can choose different output targets and detail level for logging by utilizing some specific command-line switches. For example, imagine you want to redirect log information to a text file instead of showing messages in the Console window, providing a high-level of verbosity about events details. This can be accomplished with the following command line:
![]()
The /noconsolelogger switch tells MSBuild to not send any message to the Console window. The /logger switch enables specifying where the log needs to be sent; several logs ...
Read now
Unlock full access