UITestTraceUtility.StartTracing Method
Include Protected Members
Include Inherited Members
Starts tracing.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
StartTracing() | Returns a trace listener stream for tracing that saves log files in the folder that is specified in configuration. | |
StartTracing(String) | Returns a trace listener stream for tracing that saves log files in the specified folder. | |
StartTracing(String, String) | Returns a trace listener stream for tracing that saves log files in the specified folder. |
Top