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:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
Trace.SetErrorsOnly
Sets whether to only log trace.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| Plugin | 9.3 | Yes | Yes | Yes | Yes | Yes |
(old name: Trace.ErrorsOnly)
Parameters
| Parameter | Description | Example |
|---|---|---|
| Value | The new setting. | 1 |
Result
Returns OK or error.
Description
Sets whether to only log trace.Examples
Start log on desktop folder and include all calls with times:
Set Variable [ $FilePath ; Value: MBS( "Path.AddPathComponent"; MBS( "Folders.UserDesktop" ); "trace.txt" ) ]
Set Variable [ $a ; Value: MBS( "Trace.SetErrorsOnly"; 0 ) ]
Set Variable [ $b ; Value: MBS( "Trace.SetWithTimes"; 1 ) ]
Set Variable [ $c ; Value: MBS("Trace"; $FilePath) ]
See also
Blog Entries
- Neues vom MBS Plugin 9.3
- Whats new in MBS FileMaker Plugin version 9.3
- MBS FileMaker Plugin, version 9.3pr6
Release notes
- Version 9.3
Created 16th July 2019, last changed 11st June 2020
Trace.Off - Trace.SetServerLogPath
Feedback: Report problem or ask question.
Links
MBS Xojo tutorial videos