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
When using console.debug or console.log, etc. in components the console emits the proper location of the logged event. When replaced with ionic-logging-service all logged locations in the console appear as log4javascript.js:148. Consequently, the link will not take you to location of the logging in your file.
For example, I have a home-page.service.ts, when the constructor contains:
When running, in the console it looks like:
When changing to use the ionic-loggin-service, like:
In the console it looks like:
Is there a way to have it output the location of log statement like if I were using console.log? Mind you, once using ionic-logging-service all logging locations are reported as log4javascript.js:148 in the console.
The text was updated successfully, but these errors were encountered:
Apparently this only happens on Mac OS. I opened the same project on Windows and all references to file locations are okay. Anyway to solve this for Mac?
When using console.debug or console.log, etc. in components the console emits the proper location of the logged event. When replaced with ionic-logging-service all logged locations in the console appear as log4javascript.js:148. Consequently, the link will not take you to location of the logging in your file.
For example, I have a home-page.service.ts, when the constructor contains:
When running, in the console it looks like:
When changing to use the ionic-loggin-service, like:
In the console it looks like:
Is there a way to have it output the location of log statement like if I were using
console.log
? Mind you, once using ionic-logging-service all logging locations are reported as log4javascript.js:148 in the console.The text was updated successfully, but these errors were encountered: