27 references to Listeners
PresentationFramework (1)
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (1)
116
Trace.
Listeners
.Add(new EventLogTraceListener(xamlFilterEventLog));
System (23)
compmod\system\diagnostics\Trace.cs (19)
42
/// Gets or sets whether <see cref='System.Diagnostics.Trace.Flush'/> should be called on the <see cref='System.Diagnostics.Trace.
Listeners
'/> after every write.
102
/// be written to the <see cref='System.Diagnostics.Trace.
Listeners
'/>.</para>
110
/// <para>Clears the output buffer, and then closes the <see cref='System.Diagnostics.Trace.
Listeners
'/> so that they no
203
/// <para>Writes a message to the trace listeners in the <see cref='System.Diagnostics.Trace.
Listeners
'/>
213
/// parameter to the trace listeners in the <see cref='System.Diagnostics.Trace.
Listeners
'/> collection.</para>
222
/// in the <see cref='System.Diagnostics.Trace.
Listeners
'/> collection.</para>
231
/// in the <see cref='System.Diagnostics.Trace.
Listeners
'/> collection.</para>
240
/// trace listeners in the <see cref='System.Diagnostics.Trace.
Listeners
'/> collection.
249
/// <para>Writes the name of the <paramref name="value "/> parameter followed by a line terminator to the trace listeners in the <see cref='System.Diagnostics.Trace.
Listeners
'/> collection. The default line
259
/// listeners in the <see cref='System.Diagnostics.Trace.
Listeners
'/>
270
/// terminator to the trace listeners in the <see cref='System.Diagnostics.Trace.
Listeners
'/> collection. The default line
279
/// <para>Writes a message to the trace listeners in the <see cref='System.Diagnostics.Trace.
Listeners
'/> collection
289
/// parameter to the trace listeners in the <see cref='System.Diagnostics.Trace.
Listeners
'/> collection if a condition is
298
/// <para>Writes a category name and message to the trace listeners in the <see cref='System.Diagnostics.Trace.
Listeners
'/>
308
/// listeners in the <see cref='System.Diagnostics.Trace.
Listeners
'/> collection
318
/// <see cref='System.Diagnostics.Trace.
Listeners
'/> collection if a condition is
329
/// trace listeners in the <see cref='System.Diagnostics.Trace.
Listeners
'/> collection
341
/// listeners in the <see cref='System.Diagnostics.Trace.
Listeners
'/> collection if a condition is
351
/// terminator to the trace listeners in the <see cref='System.Diagnostics.Trace.
Listeners
'/> collection
services\monitoring\system\diagnosticts\DiagnosticsConfigurationHandler.cs (4)
222
Trace.
Listeners
.Add(newListener);
233
Trace.
Listeners
.Remove(name);
237
Trace.
Listeners
.Remove(newListener);
241
Trace.
Listeners
.Clear();
System.Workflow.Activities (1)
ActivityTrace.cs (1)
50
foreach (TraceListener listener in Trace.
Listeners
)
System.Workflow.ComponentModel (2)
AuthoringOM\Trace.cs (2)
78
Trace.
Listeners
.Add(fileLog);
87
foreach (TraceListener listener in Trace.
Listeners
)