TraceHelper.Trace Method

Definition

Overloads

Trace(String, String, Object[])

This API supports the product infrastructure and is not intended to be used directly from your code.

Trace(String, UInt32, String, Object[])

This API supports the product infrastructure and is not intended to be used directly from your code.

Trace(String, String, Object[])

This API supports the product infrastructure and is not intended to be used directly from your code.

public static void Trace (string strComponentName, string strFormat, params object[] args);
static member Trace : string * string * obj[] -> unit
Public Shared Sub Trace (strComponentName As String, strFormat As String, ParamArray args As Object())

Parameters

strComponentName
String
strFormat
String
args
Object[]

Applies to

Trace(String, UInt32, String, Object[])

This API supports the product infrastructure and is not intended to be used directly from your code.

public static void Trace (string strComponentName, uint traceLevel, string strFormat, params object[] args);
static member Trace : string * uint32 * string * obj[] -> unit
Public Shared Sub Trace (strComponentName As String, traceLevel As UInteger, strFormat As String, ParamArray args As Object())

Parameters

strComponentName
String
traceLevel
UInt32
strFormat
String
args
Object[]

Applies to