UNPKG

bigbluebutton-html-plugin-sdk

Version:

This repository contains the SDK for developing BigBlueButton plugins. Plugins are React components that can be loaded from external sources by the BigBlueButton HTML5 client to extend its functionalities.

17 lines 592 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var browser_bunyan_1 = require("browser-bunyan"); var console_formatted_stream_1 = require("@browser-bunyan/console-formatted-stream"); var pluginLogger = (0, browser_bunyan_1.createLogger)({ name: 'PluginLogger', streams: [ { level: browser_bunyan_1.INFO, stream: new console_formatted_stream_1.ConsoleFormattedStream(), }, ], serializers: browser_bunyan_1.stdSerializers, src: true, }); exports.default = pluginLogger; //# sourceMappingURL=logger.js.map