TraceSource.TraceData Method
.NET Framework 4.5
Writes trace data to the trace listeners in the Listeners collection.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
TraceData(TraceEventType, Int32, Object) | Writes trace data to the trace listeners in the Listeners collection using the specified event type, event identifier, and trace data. |
|
TraceData(TraceEventType, Int32, Object[]) | Writes trace data to the trace listeners in the Listeners collection using the specified event type, event identifier, and trace data array. |