This topic has not yet been rated - Rate this topic

TraceSource.TraceEvent Method

Writes a trace event message to the trace listeners in the Listeners collection.

Name Description
TraceSource.TraceEvent (TraceEventType, Int32) Writes a trace event message to the trace listeners in the Listeners collection using the specified event type and event identifier.
TraceSource.TraceEvent (TraceEventType, Int32, String) Writes a trace event message to the trace listeners in the Listeners collection using the specified event type, event identifier, and message.
TraceSource.TraceEvent (TraceEventType, Int32, String, Object[]) Writes a trace event to the trace listeners in the Listeners collection using the specified event type, event identifier, and argument array and format.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.