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.
UITestTraceUtility::StartTracing Method (String^)
Returns a trace listener stream for tracing that saves log files in the specified folder.
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Parameters
- logFolder
-
Type:
System::String^
The directory where log files from UI modules are stored.
If no value is provided in the logFolder parameter, log files are stored in the TEMP folder.
Show: