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:
11.0
11.1
11.2
11.3
11.4
11.5
12.0
12.1
12.2
12.3
Statistic
FMM
Blog
Trace.WriteLine
Adds line to trace logging.
Component | Version | macOS | Windows | Linux | Server | iOS SDK | License |
Trace | 9.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | Free |
MBS( "Trace.WriteLine" { ; Parameters... } ) More
Parameters
Parameter | Description | Example | Flags |
---|---|---|---|
Parameters... | The parameters to print to the trace line. Can be several parameters in various data types. |
"Hello" | Optional |
Result
Returns OK or error.
Description
Adds line to trace logging.This function takes variable number of parameters. Pass as much parameters as needed separated by the semicolon in FileMaker.
Please repeat Parameters parameter as often as you need.
Examples
Add trace log entry:
MBS("Trace.WriteLine"; "Hello: "; 123)
Release notes
- Version 9.1
- Added Trace.WriteLine function to write text/data into trace logging.
Blog Entries
Created 14th February 2019, last changed 5th June 2021
Trace.SetWithTimes - Twain.Acquire
Feedback: Report problem or ask question.
