vuejs-logger icon indicating copy to clipboard operation
vuejs-logger copied to clipboard

Custom LogMessage and printOnConsole options

Open rwrz opened this issue 4 years ago • 0 comments

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.

rwrz avatar Jul 31 '19 21:07 rwrz