justinkames / vuejs-logger

Provides customizable logging functionality for Vue.js. Compatible with Vue2.
MIT License
245 stars 50 forks source link

Custom LogMessage and printOnConsole options #31

Open rwrz opened 5 years ago

rwrz commented 5 years ago

The idea here is to implement a way to post the logger message on other places, instead of just console. So I created two new options:

Had problems with chai and jest... couldn't figure it out how to create two Vue.use on the same test file... so I created two new test files for this.