diff --git a/docs/framework/configure-apps/file-schema/trace-debug/add-element-for-listeners-for-trace.md b/docs/framework/configure-apps/file-schema/trace-debug/add-element-for-listeners-for-trace.md index cb57f55251288..7dacfdd4af621 100644 --- a/docs/framework/configure-apps/file-schema/trace-debug/add-element-for-listeners-for-trace.md +++ b/docs/framework/configure-apps/file-schema/trace-debug/add-element-for-listeners-for-trace.md @@ -78,7 +78,9 @@ Adds a listener to the **Listeners** collection. ||The name of the name of an existing event log source.| ||The name of the file that the writes to.| ||The name of the file that the writes to.| -||The name of the file that the writes to.| +||The name of the file that the writes to.| +|xref:System.Diagnostics.DefaultTraceListener?displayProperty=nameWithType|The default trace listener that outputs messages to the Visual Studio Output window or debugger. This listener is automatically included in the `Trace.Listeners` collection unless explicitly removed in the configuration.| + ## Example