Wouter
Wouter
I really also like the simplicity of the Emit decorator: it just emits what is returned from the decorated method. No more, no less. I'd opt for this as a...
I noticed that this also affects the way the 'key'-value gets stored. I had a couple of keys containing '.' (dots). ``` javascript "model": { "Field.SystemSettingExchange.ExchangeEnabled": true, //etc... ``` I...
That's great to hear. I've changed my backend to remove the dots so I can test my use-case easily if this is done. Let me know if I can help...
I think you're on the right track regarding the desired functionality here. I wouldn't go as far as (dynamically) adding new loglevels here. For my use-case changing the loglevel to...
> Then inside the print function we can check the current loglevel and make it print or not. The logger object (this.$log) should then expose a function that allows you...
+1 This seems a valid use-case. I'd like to be able to instruct a (power)user to hit some *magic* button sequence and set the logging to debug. This will allow...
Hi Justin, I have been struggling with this and created a pr with a comment, can you have a look? https://github.com/justinkames/vuejs-logger/pull/26
@justinkames I finally made some time to have another go at this one. I hope this is the way to go with this. Can you review? Verified the working code...
+1 Can you provide any way to start testing with this? I'd like to, but needs some directions.