Skip to main content

Logging

Send log messages to Fullstory without logging to the developer console

Parameters
  • logLevel string required

    Possible values: 'Log', 'Debug', 'Info', 'Warn', 'Error', 'Assert'

    If running on Android, most of these values map to corresponding android log levels (with 'Assert' clamping to 'Error' on Android). If running on iOS, most of these values are identical to the methods available to the browser console API, with 'Log' clamping to 'Debug' on iOS.

  • 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.

Additional Information