TraceHelper.Trace Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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[]