DefaultTraceListener Constructor ()
.NET Framework (current version)
Initializes a new instance of the DefaultTraceListener class with "Default" as its Name property value.
Assembly: System (in System.dll)
The following code example removes the DefaultTraceListener provided by the application from the Trace::Listeners collection and then creates a new DefaultTraceListener and adds it to the Trace::Listeners collection.
.NET Framework
Available since 1.1
Available since 1.1
Show: