TextWriterTraceListener::Writer Property
.NET Framework (current version)
Gets or sets the text writer that receives the tracing or debugging output.
Assembly: System (in System.dll)
Property Value
Type: System.IO::TextWriter^A TextWriter that represents the writer that receives the tracing or debugging output.
The following example creates a TextWriterTraceListener that writes to the console screen. Then the code adds the new trace listener to the Listeners in the trace class.
.NET Framework
Available since 1.1
Available since 1.1
Show: