DiagnosticMonitorTraceListener.TraceEvent Method (TraceEventCache, String, TraceEventType, Int32, String, Object[])

 

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

Namespace:   Microsoft.WindowsAzure.Diagnostics
Assembly:  Microsoft.WindowsAzure.Diagnostics (in Microsoft.WindowsAzure.Diagnostics.dll)

public override void TraceEvent(
	TraceEventCache eventCache,
	string source,
	TraceEventType eventType,
	int id,
	string format,
	params object[] args
)

Parameters

eventCache
Type: System.Diagnostics.TraceEventCache

Type: System.Diagnostics.TraceEventCache

A TraceEventCache object that contains the current process ID, thread ID, and stack trace information.

source
Type: System.String

Type: System.String

A name used to identify the output, typically the name of the application that generated the trace event.

eventType
Type: System.Diagnostics.TraceEventType

Type: System.Diagnostics.TraceEventType

One of the TraceEventType values specifying the type of event that has caused the trace.

id
Type: System.Int32

Type: System.Int32

A numeric identifier for the event.

format
Type: System.String

Type: System.String

A format string that contains zero or more format items, which correspond to objects in the args array.

args
Type: System.Object[]

An object array containing zero or more objects to format.

System_CAPS_warningWarning

This API is not supported in Azure SDK versions 2.5 and higher. Instead, use the diagnostics.wadcfg XML configuration file. For more information, see Collect Logging Data by Using Azure Diagnostics.

Return to top
Show: