IisTraceListener::TraceEvent Method

 

Writes trace and event information to the output of the IisTraceListener class.

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

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

Writes trace and event information to the listener specific output.(Inherited from TraceListener.)

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

This API supports the product infrastructure and is not intended to be used directly from your code. Writes trace and event information to the output of the IisTraceListener class.(Overrides TraceListener::TraceEvent(TraceEventCache^, String^, TraceEventType, Int32, String^).)

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

This API supports the product infrastructure and is not intended to be used directly from your code. Writes trace information, a formatted array of objects, and event information to the output of the IisTraceListener class.(Overrides TraceListener::TraceEvent(TraceEventCache^, String^, TraceEventType, Int32, String^, array<Object^>^).)

TraceEvent is introduced in the .NET Framework 3.5. For more information, see .NET Framework Versions and Dependencies.

Return to top
Show: