Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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: