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.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

Log

Writes the given values to the debug console.

Component Version macOS Windows Linux Server iOS SDK
Utility 2.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "Log"; Params... )   More

Parameters

Parameter Description Example
Params... Several parameters which are concated. "Test: ";$test

Description

Writes the given values to the debug console.
On Mac use Console.app in the Application Utilities folder. On Windows use DebugView application from Microsoft.

On Windows with a FileMaker Server, you can see debug messages in DebugView if you run DebugView application as admin and enable global Win32 listening.
For FileMaker Server on macOS you can see messages in /Library/FileMaker Server/Logs/stderr file.

This function takes variable number of parameters. Pass as much parameters as needed separated by the semicolon in FileMaker.
Please repeat Params parameter as often as you need.

Examples

Log a message:

Set Variable [ $r; Value: MBS( "Log"; "Test: "; $test ) ]

See also

Blog Entries

This function is free to use.

Created 18th August 2014, last changed 15th July 2023


ListDialog.Sort - MailComposer.AddAttachmentContainer

💬 Ask a question or report a problem