Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumerates the possible levels for the log entry in the test message log.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Enumeration TestMessageLogEntryLevel
public enum TestMessageLogEntryLevel
public enum class TestMessageLogEntryLevel
type TestMessageLogEntryLevel
public enum TestMessageLogEntryLevel
Members
Member name | Description | |
---|---|---|
Error | The message is an error message. | |
Info | The message is informational. | |
Verbose | The message is an extensive message. | |
Warning | The message is a warning. |