Share via


ConnectedServiceContext.Logger Property

Definition

Gets or sets a logger that can be used to write any messages to the caller. This will include warnings of steps that did not succeed but can be fixed by the end user or errors that caused the operation to fail.

public:  property Microsoft::VisualStudio::ConnectedServices::ConnectedServiceLogger ^ Logger {  public:
Microsoft::VisualStudio::ConnectedServices::ConnectedServiceLogger ^ get(); protected:
 void set(Microsoft::VisualStudio::ConnectedServices::ConnectedServiceLogger ^ value); };
public:  property Microsoft::VisualStudio::ConnectedServices::ConnectedServiceLogger ^ Logger {  public:
Microsoft::VisualStudio::ConnectedServices::ConnectedServiceLogger ^ get(); protected:
 void set(Microsoft::VisualStudio::ConnectedServices::ConnectedServiceLogger ^ value); };
public Microsoft.VisualStudio.ConnectedServices.ConnectedServiceLogger Logger { get; protected set; }
member this.Logger : Microsoft.VisualStudio.ConnectedServices.ConnectedServiceLogger with get, set
Public Property Logger As ConnectedServiceLogger

Property Value

Returns ConnectedServiceLogger.

Applies to