Logging
Send log messages to Fullstory without logging to the developer console
- Objective-C
- Swift
Parameters
- FSEventLogLevel string required
Possible values:
'FSLOG_ASSERT','FSLOG_INFO','FSLOG_WARNING','FSLOG_ERROR','FSLOG_DEBUG'These values are identical to the four methods available to the browser console API.
- format string required
Multiple strings that will be logged to the Fullstory console.
Parameters
- FSEventLogLevel string required
Possible values:
'FSLOG_ASSERT','FSLOG_INFO','FSLOG_WARNING','FSLOG_ERROR','FSLOG_DEBUG'These values are identical to the four methods available to the browser console API.
- message string required
A text string that will be logged to the Fullstory console.
The log levels result in different output styles in the Fullstory console.