Trace Method |
Top Previous Next |
Allows to insert custom string data into the trace file.
Visual Basic Syntax
TNBTrace.Trace (Message As String)
Delphi Syntax
TNBTrace.Trace (Message:string);
Remarks
This method can be used for debugging purposes by making an entry with String content in the trace file.
|