WorkspaceVisualNodeBase.GetLogger Method
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.
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