Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITestMessageLogOwner::CreateLogEntry Method (String^, TestMessageLogEntryLevel)

 

Creates a test message log entry and adds it to the TestMessageLogEntryCollection.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

void CreateLogEntry(
	String^ message,
	TestMessageLogEntryLevel level
)

Parameters

message
Type: System::String^

The message for the test log entry.

level
Type: Microsoft.TeamFoundation.TestManagement.Client::TestMessageLogEntryLevel

A member of the TestMessageLogEntryLevel enumeration that indicates the log level for the test log entry.

Return to top
Show: