ConnectedServiceLogger Class
Visual Studio 2015
A logging service which can be used to provide information to end user developers.
Assembly: Microsoft.VisualStudio.ConnectedServices (in Microsoft.VisualStudio.ConnectedServices.dll)
| Name | Description | |
|---|---|---|
![]() | ConnectedServiceLogger() | This constructor supports unit testing your extension and is not intended to be used directly from your production code. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | WriteMessageAsync(LoggerMessageCategory, String^, array<Object^>^) | Writes a message to the log. |
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:

