You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vuejs-logger is a tool that enables configurable logging for Vue applications. Features include :
24
+
vuejs3-logger is a fork of the great [vuejs-logger](https://github.com/justinkames/vuejs-logger) which is availabe for Vue.js 2. However vuejs-logger currently lacks support for Vue.js 3. The features of this library are exactly the same as the current vuejs-logger version 1.5.4.
25
+
26
+
Features include :
31
27
32
28
- Output restriction based on selected loglevel.
33
29
- Automatically JSON.stringify() the (reactive) properties passed to the logger.
Copy file name to clipboardExpand all lines: package.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
"license": "MIT",
4
4
"author": "Marc Schätz",
5
5
"description": "vuejs3-logger, provides customizable logging functionality for Vue.js3. Forked from the gread vuejs-logger library (https://github.com/justinkames/vuejs-logger)",
0 commit comments