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.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
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.
Show: