justinkames / vuejs-logger

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

formatting feature #42

Open jgibart opened 3 years ago

jgibart commented 3 years ago

compared to nice formatting features of console console.info("problem with customer %s because %o", customerId, exception)

Vue-logger is functionally a regression Vue.$log.info("problem with customer %s because %o", customerId, exception)

Could you please provide a 'formattingStyle' option to use sprintf style formatting ?