ConnectedServiceContext.Logger Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.