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:
10.5
11.0
11.1
11.2
11.3
11.4
11.5
12.0
12.1
12.2
Statistic
FMM
Blog
Component: Trace
Debug logging of plugin calls to a log file, Console.app or DebugView.
Version | macOS | Windows | Linux | Server | iOS SDK | License |
2.4 / 11.2 | ✅ Yes | ✅ 82% | ✅ 82% | ✅ 82% | ✅ 82% | Free |
Item | Details | Server |
---|---|---|
Trace Starts logging all plugin calls to a text file. | All 2.4 |
✅ Server |
Trace.AreErrorNotificationsEnabled Checks whether error notifications are enabled. | Mac only 5.0 |
❌ Server |
Trace.DisableErrorNotifications Disables error notifications. | Mac only 5.0 |
❌ Server |
Trace.EnableErrorNotifications Enable error notifications. | Mac only 5.0 |
❌ Server |
Trace.GetErrorsOnly Queries whether to trace only errors. | All 9.3 |
✅ Server |
Trace.GetServerLogPath Queries server log path. | All 10.4 |
✅ Server |
Trace.GetWithTimes Queries whether to trace with times. | All 9.3 |
✅ Server |
Trace.IsEnabled Queries trace on/off status. | All 11.2 |
✅ Server |
Trace.IsPaused Queries pause state of trace function. | All 11.2 |
✅ Server |
Trace.Off Disables tracing. | All 3.3 |
✅ Server |
Trace.Path Queries current trace path. | All 11.2 |
✅ Server |
Trace.Pause Pauses trace logging until you resume. | All 11.2 |
✅ Server |
Trace.Resume Resumes trace logging. | All 11.2 |
✅ Server |
Trace.SetErrorsOnly Sets whether to only log trace. | All 9.3 |
✅ Server |
Trace.SetServerLogPath Enables logging per thread for server. | All 10.4 |
✅ Server |
Trace.SetWithTimes Sets whether to include times in traces. | All 9.3 |
✅ Server |
Trace.WriteLine Adds line to trace logging. | All 9.1 |
✅ Server |
17 functions shown.
Release notes
- Version 11.2
- Added Trace.IsEnabled and Trace.IsPaused functions.
- Added Trace.Path function.
- Added Trace.Pause and Trace.Resume functions.
- Changed Trace function to create log file, which is readable by other applications like a good text editor.
- Version 10.4
- Added Trace.GetServerLogPath and Trace.SetServerLogPath functions. Allows to have one trace log file per thread.
- Version 9.3
- Version 9.1
- Added Trace.WriteLine function to write text/data into trace logging.
- Version 8.1
Blog Entries
- Trace with parameter names
- Neues MBS FileMaker Plugin 11.2
- MBS FileMaker Plugin 11.2 - More than 6500 Functions In One Plugin
- MBS FileMaker Plugin, version 11.2pr5
FileMaker Magazin
Example Databases
- DynaPDF/Catalog with tables
- DynaPDF/Report
- List/QuickList Test
- List/Sort Benchmark
- Registration/Debugging and Registration
Feedback: Report problem or ask question.
