docs
docs copied to clipboard
docs: add DefaultTraceListener entry to trace listeners table
Summary
Added the missing DefaultTraceListener entry to the trace listeners table in the .NET Framework configuration documentation.
Why
The table listing available trace listener classes did not include DefaultTraceListener, which caused confusion for users trying to configure it using app.config. This listener is automatically included by default in the Trace.Listeners collection, but users may want to reference it explicitly in configuration files.
Change
- Added a new row for
DefaultTraceListenerto the trace listener table inadd-element-for-listeners-for-trace.md. - Clarified its purpose and default behavior in debugging and tracing scenarios.
Related Issue
Fixes #48559
Summary
Describe your changes here.
Fixes #Issue_Number (if available)
Internal previews
| 📄 File | 🔗 Preview link |
|---|---|
| docs/framework/configure-apps/file-schema/trace-debug/add-element-for-listeners-for-trace.md | <add> Element for <listeners> for <trace> |