IVsSolutionLogger Interface

Definition

Implemented by the solution and used by projects to report any project load-related issues. It can be obtained from SVsSolution.

public interface class IVsSolutionLogger
public interface class IVsSolutionLogger
__interface IVsSolutionLogger
[System.Runtime.InteropServices.Guid("4CCB7A7A-BCEB-427C-84C5-FF0BD655311E")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSolutionLogger
[<System.Runtime.InteropServices.Guid("4CCB7A7A-BCEB-427C-84C5-FF0BD655311E")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSolutionLogger = interface
Public Interface IVsSolutionLogger
Attributes

Methods

LogError(UInt32, String, String, Int32, Int32, String, String, String, String)

Logs a load error.

LogMessage(String)

Logs a project load message.

Applies to