justinkames / vuejs-logger

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

[Feature Request] Add Custom Method Name for Arrow Function #29

Open jefrydco opened 5 years ago

jefrydco commented 5 years ago

Currently this plugin is print the method name when we use on named function but not in arrow function. It just showing the position of that log occurred in our code. I think it will be better if we can set the method name manually or print the parent named method of that arrow function.