DCSIMG
MSBuild Logger Verbosity - Nati Dobkin
MSBuild Logger Verbosity

When you build your .net 2.0 projects there are notes appear in the Output window. Those notes are generated by the MSBuild engine. By default the verbosity detailing level of those notes is very common and don't include all the output that given by MSBuild.
You can change the verbosity detailing level by changing the following key in the registry


HKEY_USERS\S-1-5-21-57989841-1409082233-839522115-1003\Software\Microsoft\VisualStudio\8.0\General


key value named MSBuildLoggerVerbosity.
There are four levels, the default is 2. If you want to see the messages then you have to set the value at least to 3. I don’t recommend setting the 4 level because then the amount of output is enormous and it is very hard to find something in it.

Published Friday, May 18, 2007 4:23 PM by Nati Dobkin

Comments

# re: MSBuild Logger Verbosity@ Friday, May 18, 2007 6:46 PM

Why not to go to "Tools->Options" menu in Visual Studio, then select "Projects and Solutions" category, "Build and Run" and set MSBuild project build output verbosity to whatever level you need?

I would assume hacking registry is rather awkward (though certainly is kool :)

# re: MSBuild Logger Verbosity@ Tuesday, May 22, 2007 1:21 AM

You are right; of course this is a better option.

Actually I become aware of this option couple days ago by my team meet.

Thanks anyway for sharing this knowledge with me.

Leave a Comment

(required) 
(required) 
(optional)
(required) 

Enter the numbers above: