Share via


WorkspaceVisualNodeBase.GetLogger Method

Definition

Returns the logger to use for logging diagnostics information

protected:
 virtual Microsoft::VisualStudio::Workspace::Logging::Logger ^ GetLogger();
protected virtual Microsoft.VisualStudio.Workspace.Logging.Logger GetLogger ();
abstract member GetLogger : unit -> Microsoft.VisualStudio.Workspace.Logging.Logger
override this.GetLogger : unit -> Microsoft.VisualStudio.Workspace.Logging.Logger
Protected Overridable Function GetLogger () As Logger

Returns

Logger to use for logging information

Applies to