Idioma

TraceHelper.Trace Método

Definição

Sobrecargas

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

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

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

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

Trace(String, String, Object[])

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

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

Parâmetros

strComponentName
String
strFormat
String
args
Object[]

Aplica-se a

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

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

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

Parâmetros

strComponentName
String
traceLevel
UInt32
strFormat
String
args
Object[]

Aplica-se a