ConnectedServiceLogger Class

Visual Studio 2015
 

A logging service which can be used to provide information to end user developers.

Namespace:   Microsoft.VisualStudio.ConnectedServices
Assembly:  Microsoft.VisualStudio.ConnectedServices (in Microsoft.VisualStudio.ConnectedServices.dll)

System::Object
  Microsoft.VisualStudio.ConnectedServices::ConnectedServiceLogger

public ref class ConnectedServiceLogger abstract 

NameDescription
System_CAPS_protmethodConnectedServiceLogger()

This constructor supports unit testing your extension and is not intended to be used directly from your production code.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodWriteMessageAsync(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.

Return to top
Show: