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.
DataCollectionLogger Class
Sends error messages for diagnostic data adapters to the client, which can be the test runner, Visual Studio IDE, or Visual Studio Test Professional.
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
| Name | Description | |
|---|---|---|
![]() | DataCollectionLogger() |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | LogError(DataCollectionContext^, Exception^) | Logs an error message for an exception. |
![]() | LogError(DataCollectionContext^, String^) | Logs an error message. |
![]() | LogError(DataCollectionContext^, String^, Exception^) | Logs an error message for an exception. |
![]() | LogException(DataCollectionContext^, Exception^, DataCollectorMessageLevel) | |
![]() | LogWarning(DataCollectionContext^, String^) | Logs a warning message. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SendData(CustomNotificationEventArgs^, CustomCollectorData^) | |
![]() | SendData(DataCollectionContext^, CustomCollectorData^) | |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

