LogLevel | The JS SDK supports 5 log levels and also allows a user the ability to silence the logs altogether. |
setLogLevel | |
setUserLogHandler |
LogOptions |
LogCallback | |
LogHandler | We allow users the ability to pass their own log handler. We will pass the type of log, the current log level, and any other arguments passed (i.e. the messages that the user wants to log) to this function. |
LogLevelString |