Skip to main content

Logging

Send log messages to Fullstory without logging to the developer console

Parameters
  • logLevel String required

    Possible values: 'FS.LogLevel.LOG', 'FS.LogLevel.DEBUG', 'FS.LogLevel.INFO', 'FS.LogLevel.WARN', 'FS.LogLevel.ERROR'

    These values map to corresponding Android log levels: VERBOSE, DEBUG, INFO, WARN, ERROR

  • message String required

    A String that will be logged to the Fullstory console.

The log levels result in different output styles in the Fullstory console.

Additional Information