Skip to main content

Logging

Send log messages to Fullstory without logging to the developer console

Parameters
  • level string optional

    Possible values: FSLogLevel.error, FSLogLevel.warn, FSLogLevel.info, FSLogLevel.log

    These values are comparable to the 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.

Additional Information