IVsUpgradeLogger Interface
Visual Studio 2015
Reports errors and informational messages.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | Flush() | Clears or empties the upgrade log buffer. |
![]() | LogMessage(UInt32, String, String, String) | Logs a message in the project upgrade log file. |
As an upgrade logger, this interface is used by implementers of IVsProjectUpgradeViaFactory to report errors and informational messages.
Show:
