...
Gumband can be used to capture various types of logs. There are four different function calls in the SDK to dispatch different levels of logs to the Gumband cloud for your exhibit:
Code Block | ||
---|---|---|
| ||
this.gumbandSDK.logger.debug('This is a debug log'); this.gumbandSDK.logger.info('This is an info log'); this.gumbandSDK.logger.warn('This is a warn log'); this.gumbandSDK.logger.error('This is an error log'); |
...