Best Vue Logging Libraries in 2022 | Openbase

Best Vue Logging Libraries in 2022 | Openbase

·

2 min read

1.vuejs-logger

vuejs-logger is a tool that enables configurable logging for Vue applications. Features include :

Output restriction based on selected log level. Automatically JSON.stringify() the (reactive) properties passed to the logger. Configurable options to customize output for a log message. Colored console messages for $log.warning, $log.error and $log.fatal.

logLevels : ['debug', 'info', 'warn', 'error', 'fatal']

For more details and configuration click the link below👇

https://openbase.com/js/vuejs-logger

2.js-vue-logger

Lightweight, unobtrusive, configurable JavaScript logger.

logger.js will make you rich, famous, and want for almost nothing - oh and it's a flexible abstraction over using console.log as well.

For more details and configuration click the link below👇

https://openbase.com/js/js-vue-logger

3.vue-logger-plugin

Flexible logging functionality for Vue.js with support for custom hook operations.

Depending on your browser, the debug level may be labeled as "Verbose" instead of "Debug". Ensure this level is enabled if looking for debug logs in the browser console. Chrome uses verbose for these logs, see docs here.

👇

https://openbase.com/js/vue-logger-plugin

4.vue-raven

vue-raven automatically reports uncaught JavaScript exceptions triggered from vue component

VueRaven automatically reports uncaught JavaScript exceptions triggered from vue component, and provides a API for reporting your own errors. The captured errors will be reported to the sentry where you can get an overview of your application. If you do not already have a Sentry account, creating your account will be the first step to using this package.

below the link for more details👇

https://openbase.com/js/vue-raven

5.vue-bunyan-logger

🌈 A vue plugin that extends 'browser-bunyan'. Pretty logs in your browser console.

👇

https://openbase.com/js/vue-bunyan-logger

vuex-action-logger

Vue plugin to wrap vuex dispatch and log the result.

debugging tool to print out actions with parameters as they're called from Vuex.

below the link for more details👇

https://openbase.com/js/vuex-action-logger

Did you find this article valuable?

Support ramu k by becoming a sponsor. Any amount is appreciated!