You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so basically it is working -
but the shown function names are not what i was expecting..
the normal call to console.log at least has the file and line-number correct..
so it is more helpfull than the logger output.
is there anything i can change in my setup?
or is this some vue3 / quasar related limitation?
if anybody has any tips or other tools to do some sort of logging in quasar please let me know :-)
Hi @s-light, sorry for the massively late reply. I tried out a stackblitz with the Quasar Framework and vuejs3-logger@1.0.0 but did not get the same error.
I just reproduced the problem as s-light mentioned above.
I assume that the reason is vite.
I use quasar with vite build tool, and I can only get the filename 'vue3-logger.ts'.
i would like to use
vuejs3-logger
with my quasar app.i translated the setup to this boot file:
in my
HelloWorldPage.vue
file i haveafter loading this and clicking once on the button
in the console i get
so basically it is working -
but the shown function names are not what i was expecting..
the normal call to
console.log
at least has the file and line-number correct..so it is more helpfull than the logger output.
is there anything i can change in my setup?
or is this some vue3 / quasar related limitation?
if anybody has any tips or other tools to do some sort of logging in quasar please let me know :-)
PS: i originally posted this to the quasar forum
The text was updated successfully, but these errors were encountered: