LogType Enumeration
This is an enumeration that defines the type of log files and therefore the type of information it contains.
Usage
Visual Basic
Dim instance As LogType
Syntax
Visual Basic
Public Enumeration LogType
C#
public enum LogType
Members
Member name | Description |
---|---|
Diagnostic |
This enum value identifies a log file as containing diagnostic information. |
Gatherer |
This enum value identifies a log file as containing gatherer-specific information; specifically, details about the hardware state of the test computer. |
Server |
This enum value identifies a log file as containing server-specific information. Specifically, information generated by the test infrastructure on the server. |
Task |
This enum value indicates that a log file contains information specific to a task. |
Test |
This enum value indicates that a log file contains information specific to a test task. Specifically, details generated by a test, but not specific to any individual task. |
TestRun |
This enum value indicates that a log file contains information specific to a test run. Specifically, information generated by the test infrastructure on the test client (test computer). |