TK.Trace Method

Log a message to TraceWindow
Public Shared Sub Trace( _ 
ByVal message As String, _ 
Optional ByVal type As eTkTraceType = eTkTraceType.Debug, _ 
Optional ByVal oobjectName As String = null, _ 
Optional ByVal eventSource As String = null, _ 
Optional ByVal eventValue As String = null _ 
)
This language is not supported or no code example is available.
public static void Trace( 
string message
eTkTraceType type = eTkTraceType.Debug, 
string oobjectName = null, 
string eventSource = null, 
string eventValue = null 
)
This language is not supported or no code example is available.

Parameters

message
string

Message

type
eTkTraceType

Log type

oobjectName
string

Info1 column in TraceWindow

eventSource
string

Info2 column in TraceWindow

eventValue
string

Info3 column in TraceWindow

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition