VsShellUtilities.LogMessage(String, String, __ACTIVITYLOG_ENTRYTYPE) Method

Definition

Logs the message.

public:
 static void LogMessage(System::String ^ source, System::String ^ message, Microsoft::VisualStudio::Shell::Interop::__ACTIVITYLOG_ENTRYTYPE entryType);
public:
 static void LogMessage(Platform::String ^ source, Platform::String ^ message, Microsoft::VisualStudio::Shell::Interop::__ACTIVITYLOG_ENTRYTYPE entryType);
 static void LogMessage(std::wstring const & source, std::wstring const & message, Microsoft::VisualStudio::Shell::Interop::__ACTIVITYLOG_ENTRYTYPE entryType);
public static void LogMessage (string source, string message, Microsoft.VisualStudio.Shell.Interop.__ACTIVITYLOG_ENTRYTYPE entryType);
static member LogMessage : string * string * Microsoft.VisualStudio.Shell.Interop.__ACTIVITYLOG_ENTRYTYPE -> unit
Public Shared Sub LogMessage (source As String, message As String, entryType As __ACTIVITYLOG_ENTRYTYPE)
Public Sub LogMessage (source As String, message As String, entryType As __ACTIVITYLOG_ENTRYTYPE)

Parameters

source
String

The source.

message
String

The message.

entryType
__ACTIVITYLOG_ENTRYTYPE

The entry type.

Applies to