Information
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.

EqtTextWriterTraceListener Constructor (String^, String^)

 

Initializes an instance of the EqtTextWriterTraceListener class by using the provided file name and listener name.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
EqtTextWriterTraceListener(
	String^ fileName,
	String^ name
)

Parameters

fileName
Type: System::String^

Qualified path name for the log file.

name
Type: System::String^

The name of the listener.

Return to top
Show: