Trace module
The Trace module is used to write messages to the Trace Log. Messages written using the Trace module are displayed in the diagnostic panel of the Flow Client.
log
Signature: (message: any) -> null
Create a trace log entry with the given message. The function always returns null.
Last updated