This topic has not yet been rated - Rate this topic

BuildMessageImportance Enumeration

Visual Studio 2010

Describes the importance of a message. For more information about how to use this type, see Manage Build Information and Control Verbosity.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
public enum BuildMessageImportance
Member name Description
Low Low importance.
Normal Normal importance.
High High importance.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Show up in log
Apparently, under 'Normal' logging, you need BuildMessageImportance.High to have your message show up in the log.