bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/plugins-engine
prlanzarin abd6f7fea1 fix: use logger convention in plugin startup logs
The plugin loader startup logs aren't following the logger convention,
which makes them hard to work with when post-processing logs.
The appended error message is also not useful since we're logging a
Event variant raw (which either outputs {} or nonsense like { isTrusted:
etc }).

Make the plugin "loaded" and "error" logs adhere to logger conventions.
In the future, the error log could use some tuning - there's no useful
info about root cause here.
2024-08-15 15:54:06 +00:00
..
data-channel feat(plugin): Added sendGenericDataForLearningAnalyticsDashboard for plugins (#20628) 2024-07-05 16:49:45 -03:00
data-consumption feat(plugins): server command send chat message (#20781) 2024-08-07 15:59:30 -04:00
dom-element-manipulation [video-control-plugin-sdk] created useUserCameraDomElement as a dom element manipulation hook 2024-07-31 14:44:55 -03:00
extensible-areas [video-control-plugin-sdk] created extensible-are screenshare helper and refactored buttons rendering for screenshare 2024-07-31 14:47:54 -03:00
learning-analytics-dashboard feat(plugin): Added sendGenericDataForLearningAnalyticsDashboard for plugins (#20628) 2024-07-05 16:49:45 -03:00
loader fix: use logger convention in plugin startup logs 2024-08-15 15:54:06 +00:00
server-commands feat(plugins): server command send chat message (#20781) 2024-08-07 15:59:30 -04:00
ui-commands feat(plugins): add open and close presentation area command support (#20635) 2024-07-19 08:52:23 -04:00
ui-data-hooks/layout/presentation-area feat(generic-component): rename to generic content and add type 2024-06-10 19:36:45 -03:00
component.tsx [plugin-sdk-issue-4] - Added action button dropdown extensible area and refactor code 2023-09-15 15:42:02 -03:00
manager.tsx feat(plugin): Added sendGenericDataForLearningAnalyticsDashboard for plugins (#20628) 2024-07-05 16:49:45 -03:00
styles.ts More changes 2023-09-14 10:44:04 -03:00
types.ts feat(plugin): Verify plugin integrity with 'checksum' option (#20693) 2024-07-15 16:34:14 -04:00