Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Adds line to trace logging.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Trace | 9.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example | Flags |
---|---|---|---|
Parameters... | The parameters to print to the trace line. Can be several parameters in various data types. |
"Hello" | Optional |
Returns OK or error.
Add trace log entry:
MBS("Trace.WriteLine"; "Hello: "; 123)
Trace an export field contents error:
Export Field Contents [ Kontakte::Foto ; “$path” ; Create folders: Off ]
Set Variable [ $r ; Value: Let ( [
e = Get(LastError);
r = If( e ≠ 0; MBS("Trace.WriteLine"; "Export all field contents: "; e); "")
]; r ) ]
This function is free to use.
Created 14th February 2019, last changed 7th November 2022