Lingua

TraceHelper.Trace Metodo

Definizione

Overload

Nome Descrizione
Trace(String, String, Object[])

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Trace(String, String, Object[])

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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())

Parametri

strComponentName
String
strFormat
String
args
Object[]

Si applica a

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

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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())

Parametri

strComponentName
String
traceLevel
UInt32
strFormat
String
args
Object[]

Si applica a