LogRecord.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.
Logger instance who generated this Record
public:
property Microsoft::VisualStudio::Workspace::Logging::Logger ^ Logger { Microsoft::VisualStudio::Workspace::Logging::Logger ^ get(); };
public:
property Microsoft::VisualStudio::Workspace::Logging::Logger ^ Logger { Microsoft::VisualStudio::Workspace::Logging::Logger ^ get(); };
public Microsoft.VisualStudio.Workspace.Logging.Logger Logger { get; }
member this.Logger : Microsoft.VisualStudio.Workspace.Logging.Logger
Public ReadOnly Property Logger As Logger