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.
ConsoleTraceListener Constructor ()
.NET Framework (current version)
Initializes a new instance of the ConsoleTraceListener class with trace output written to the standard output stream.
Assembly: System (in System.dll)
This constructor initializes a ConsoleTraceListener object to write messages to the Console::Out stream. Its Name property is initialized to an empty string ("").
The following code example initializes a ConsoleTraceListener object for the specified Console output stream and adds it to the trace listener collection. This code example is part of a larger example provided for the ConsoleTraceListener class.
.NET Framework
Available since 2.0
Available since 2.0
Show: