EqtTextWriterTraceListener Constructor (String)
Initializes an instance of the EqtTextWriterTraceListener class by using the provided file name.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Sub New ( _
fileName As String _
)
public EqtTextWriterTraceListener(
string fileName
)
public:
EqtTextWriterTraceListener(
String^ fileName
)
new :
fileName:string -> EqtTextWriterTraceListener
public function EqtTextWriterTraceListener(
fileName : String
)
Parameters
fileName
Type: StringQualified path name for the log file.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
EqtTextWriterTraceListener Class
EqtTextWriterTraceListener Overload