Utils.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, Object[]) | |
| Trace(UInt32, String, Object[]) |
Trace(String, Object[])
public:
static void Trace(System::String ^ format, ... cli::array <System::Object ^> ^ values);
public static void Trace (string format, params object[] values);
static member Trace : string * obj[] -> unit
Public Shared Sub Trace (format As String, ParamArray values As Object())
Parameters
- format
- String
- values
- Object[]
Applies to
Trace(UInt32, String, Object[])
Important
This API is not CLS-compliant.
public:
static void Trace(System::UInt32 traceLevel, System::String ^ format, ... cli::array <System::Object ^> ^ values);
[System.CLSCompliant(false)]
public static void Trace (uint traceLevel, string format, params object[] values);
static member Trace : uint32 * string * obj[] -> unit
Public Shared Sub Trace (traceLevel As UInteger, format As String, ParamArray values As Object())
Parameters
- traceLevel
- UInt32
- format
- String
- values
- Object[]
- Attributes