Windows apps
Collapse the table of content
Expand the table of content
Information
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.

DefaultTraceListener Constructor ()

 

Initializes a new instance of the DefaultTraceListener class with "Default" as its Name property value.

Namespace:   System.Diagnostics
Assembly:  System (in System.dll)

public:
DefaultTraceListener()

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft