Log a message to TraceWindow

Namespace: T.Toolkit
Assembly: T.Toolkit (in T.Toolkit.dll)

Public Shared Sub Trace( _ 
ByVal message As String, _ 
Optional ByVal type As eTraceType = eTraceType.Debug, _ 
Optional ByVal info1 As String = null, _ 
Optional ByVal info2 As String = null, _ 
Optional ByVal info3 As String = null, _ 
Optional ByVal info4 As String = null _ 
)
This language is not supported or no code example is available.
public static void Trace( 
string message
eTraceType type = eTraceType.Debug, 
string info1 = null, 
string info2 = null, 
string info3 = null, 
string info4 = null 
)
This language is not supported or no code example is available.

Parameters

message
Type: string

Message

type
Type: eTraceType

Log type

info1
Type: string

Info1 column in TraceWindow

info2
Type: string

Info2 column in TraceWindow

info3
Type: string

Info3 column in TraceWindow

info4
Type: string

Info4 column in TraceWindow

.NET Framework

Supported in: 4.6.2, 4.7