VsShellUtilities::LogMessage Method (String^, String^, __ACTIVITYLOG_ENTRYTYPE)

Visual Studio 2015
 

Logs the message.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
static void LogMessage(
	String^ source,
	String^ message,
	__ACTIVITYLOG_ENTRYTYPE entryType
)

Parameters

source
Type: System::String^

The source.

message
Type: System::String^

The message.

entryType
Type: Microsoft.VisualStudio.Shell.Interop::__ACTIVITYLOG_ENTRYTYPE

The entry type.

Return to top
Show: