When using Kotlin/JS in the browser, the console output hides the true location of the logged line and always outputs:
ConsoleOutputAppender.kt:8 INFO: [] Log test!
I know this is how browser console works, and I have tried various ways to mitigate it (like inlining) but have not found a way to fix this.
Does any one know a hack around this, or am I using the library wrong?
When using Kotlin/JS in the browser, the console output hides the true location of the logged line and always outputs:
ConsoleOutputAppender.kt:8 INFO: [] Log test!I know this is how browser console works, and I have tried various ways to mitigate it (like inlining) but have not found a way to fix this.
Does any one know a hack around this, or am I using the library wrong?