| Overload | Description |
|---|---|
| TraceEvent(TraceEventCache,String,TraceEventType,Int32) | Writes trace and event information to the listener specific output. |
| TraceEvent(TraceEventCache,String,TraceEventType,Int32,String) | Writes trace information, a message, and event information to the listener specific output. |
| TraceEvent(TraceEventCache,String,TraceEventType,Int32,String,Object[]) | Writes trace information, a formatted array of objects and event information to the listener specific output. |