TraceListener::TraceEvent Method

 

Writes trace and event information to the listener specific output.

Namespace:   System.Diagnostics
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodTraceEvent(TraceEventCache^, String^, TraceEventType, Int32)

Writes trace and event information to the listener specific output.

System_CAPS_pubmethodTraceEvent(TraceEventCache^, String^, TraceEventType, Int32, String^)

Writes trace information, a message, and event information to the listener specific output.

System_CAPS_pubmethodTraceEvent(TraceEventCache^, String^, TraceEventType, Int32, String^, array<Object^>^)

Writes trace information, a formatted array of objects and event information to the listener specific output.

Return to top
Show: