EqtTextWriterTraceListener Class
Opens a shared log file in append mode.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
System::MarshalByRefObject
System.Diagnostics::TraceListener
System.Diagnostics::TextWriterTraceListener
Microsoft.VisualStudio.TestTools.Common::EqtTextWriterTraceListener
| Name | Description | |
|---|---|---|
![]() | EqtTextWriterTraceListener(String^) | Initializes an instance of the EqtTextWriterTraceListener class by using the provided file name. |
![]() | EqtTextWriterTraceListener(String^, String^) | Initializes an instance of the EqtTextWriterTraceListener class by using the provided file name and listener name. |
| Name | Description | |
|---|---|---|
![]() | Attributes | (Inherited from TraceListener.) |
![]() | Filter | (Inherited from TraceListener.) |
![]() | IndentLevel | (Inherited from TraceListener.) |
![]() | IndentSize | (Inherited from TraceListener.) |
![]() | IsThreadSafe | (Inherited from TraceListener.) |
![]() | Name | (Inherited from TraceListener.) |
![]() | NeedIndent | (Inherited from TraceListener.) |
![]() | TraceOutputOptions | (Inherited from TraceListener.) |
![]() | Writer | (Inherited from TextWriterTraceListener.) |
Unlike the System.Diagnostics::TextWriterTraceListener, the EqtTextWriterTraceListener can be used in multiple instances across application domains and test adapters to append trace information to the same file. However, this method is not thread safe.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



