vuejs-logger
vuejs-logger copied to clipboard
Custom LogMessage and printOnConsole options
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:
- customPrintLogMessage: function
- printLogOnConsole: boolean
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.