Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
Statistic
FMM
Blog
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