TraceEx Method |
Top Previous Next |
Allows to insert custom string data into the trace file.
Visual Basic Syntax
TNBXTrace.TraceEx (Kind as Integer, Msg as String)
Delphi Syntax
TNBXTrace.TraceEx (Kind:integer; Msg:string);
Remarks
This method can be used for debugging purposes by making an entry with String content into the trace file. Also has a kind parameter to identify the message kind.
The following table lists different values for kind parameter an its meaning.
|