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.SetErrorsOnly
Sets whether to only log trace.
Component | Version | macOS | Windows | Linux | Server | iOS SDK | License |
Trace | 9.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | Free |
(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
Release notes
- Version 9.3
Blog Entries
- Neues vom MBS Plugin 9.3
- Whats new in MBS FileMaker Plugin version 9.3
- MBS FileMaker Plugin, version 9.3pr6
- DbgView for watching trace messages live on FileMaker Server
- MBS Filemaker Plugin, version 3.5pr11
Created 16th July 2019, last changed 28th March 2021
Trace.Resume - Trace.SetServerLogPath
Feedback: Report problem or ask question.
