ISharePointCommandContext.Logger Property

Definition

Gets the log service which you can use to write messages to the Output window or Error List window in Visual Studio.

public:
 property Microsoft::VisualStudio::SharePoint::Commands::ISharePointCommandLogger ^ Logger { Microsoft::VisualStudio::SharePoint::Commands::ISharePointCommandLogger ^ get(); };
public Microsoft.VisualStudio.SharePoint.Commands.ISharePointCommandLogger Logger { get; }
member this.Logger : Microsoft.VisualStudio.SharePoint.Commands.ISharePointCommandLogger
Public ReadOnly Property Logger As ISharePointCommandLogger

Property Value

An ISharePointCommandLogger instance representing the log service.

Applies to