IisTraceListener::TraceEvent Method
Writes trace and event information to the output of the IisTraceListener class.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | TraceEvent(TraceEventCache^, String^, TraceEventType, Int32) | Writes trace and event information to the listener specific output.(Inherited from TraceListener.) |
![]() | TraceEvent(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^).) |
![]() | TraceEvent(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.
