IVsUpgradeLogger Interface

Definition

Reports errors and informational messages.

public interface class IVsUpgradeLogger
public interface class IVsUpgradeLogger
__interface IVsUpgradeLogger
[System.Runtime.InteropServices.Guid("AE88C42E-B3D6-4FEC-9C63-C9F1B28233EA")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsUpgradeLogger
[<System.Runtime.InteropServices.Guid("AE88C42E-B3D6-4FEC-9C63-C9F1B28233EA")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsUpgradeLogger = interface
Public Interface IVsUpgradeLogger
Attributes

Remarks

As an upgrade logger, this interface is used by implementers of IVsProjectUpgradeViaFactory to report errors and informational messages.

Methods

Flush()

Clears or empties the upgrade log buffer.

LogMessage(UInt32, String, String, String)

Logs a message in the project upgrade log file.

Applies to