Logging

If you would like to see what is going on inside of the SDK, you can enable logging using the SDK constructor. Simply set the log level you would like to see and you should be able to see the log output in the console window. The log level is universal so applies to both the SDK and IFrame content.

Log Levels:

  • NONE = 0
  • ERROR = 50
  • INFO = 100
  • DEBUG = 200