Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Line number and source file hidden behind ConsoleOutputAppender. in Kotlin/JS #441

Open
er453r opened this issue Aug 27, 2024 · 1 comment

Comments

@er453r
Copy link

er453r commented Aug 27, 2024

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?

Copy link

Thank you for reporting an issue. See the wiki for documentation and slack for questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant