Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataCollectorMessageLevel Enumeration

 

Represents the severity levels at which a DataCollectorExceptionMessageInfo for a diagnostic data adapter can be logged.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public enum class DataCollectorMessageLevel

Member nameDescription
Data

Error

The message is an error message.

Info

Warning

The message is a warning message.

Return to top
Show: