MobileCRM.Bridge.log - Resconet/JSBridge GitHub Wiki
[v8.0] Appends a message into the JSBridge log.
Arguments
Argument | Type | Description |
---|---|---|
text | String | A text to be written into the log. |
This example demonstrates how to append a text to the JSBridge log which is included in About/SendLog reporting.
/// This method can be used to add specific information into the JSBridge log.
MobileCRM.bridge.log("This will be added to end of JSBridge log.");