We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cedcc0b commit 67bcf27Copy full SHA for 67bcf27
src/vue3-logger.ts
@@ -12,6 +12,7 @@ class VueLogger implements ILogger {
12
13
if (this.isValidOptions(options, this.logLevels)) {
14
Vue.$log = this.initLoggerInstance(options, this.logLevels);
15
+ Vue.provide('vuejs3-logger', Vue.$log);
16
Vue.config.globalProperties.$log = Vue.$log;
17
} else {
18
throw new Error(this.errorMessage);
0 commit comments