TraceSource.TraceEvent Method
.NET Framework 2.0
Writes a trace event message to the trace listeners in the Listeners collection.
| Name | Description |
|---|---|
| TraceSource.TraceEvent (TraceEventType, Int32) | Writes a trace event message to the trace listeners in the Listeners collection using the specified event type and event identifier. |
| TraceSource.TraceEvent (TraceEventType, Int32, String) | Writes a trace event message to the trace listeners in the Listeners collection using the specified event type, event identifier, and message. |
| TraceSource.TraceEvent (TraceEventType, Int32, String, Object[]) | Writes a trace event to the trace listeners in the Listeners collection using the specified event type, event identifier, and argument array and format. |