ITracer.TraceEvent Method (TraceEventType, String, Object())

 

Writes a trace event

Namespace:   Microsoft.BizTalk.Services
Assembly:  Microsoft.BizTalk.Services (in Microsoft.BizTalk.Services.dll)

Sub TraceEvent (
	eventType As TraceEventType,
	format As String,
	ParamArray args As Object()
)

Parameters

eventType
Type: System.Diagnostics.TraceEventType

One of the enumeration values that specifies the event type of the trace data

format
Type: System.String

A composite format string that contains text intermixed with 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

Return to top
Show: