Logs
The Logs method allows all information that is neither an error nor an activity to be logged.
JavaScript
Streply.Log('request from JS');
Capture log with parameters:
JavaScript
Streply.Log('request from JS', {'technology': 'JS'});
Logs formatting
See how to format logs.