πLogger
Working with the API
BB.Logger.log('log bar');
BB.Logger.info('info bar');
BB.Logger.debug('debug bar');
BB.Logger.warn('warn bar');
BB.Logger.error('error bar');try {
...
} catch(e) {
BB.Logger.error('error happened', e);
}Integrations
Last updated
Was this helpful?