IVsUpgradeLogger Interface

 

Reports errors and informational messages.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

[InterfaceTypeAttribute(1)]
[GuidAttribute("AE88C42E-B3D6-4FEC-9C63-C9F1B28233EA")]
public interface IVsUpgradeLogger

NameDescription
System_CAPS_pubmethodFlush()

Clears or empties the upgrade log buffer.

System_CAPS_pubmethodLogMessage(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.

Return to top
Show: