Join Slack
Powered by
is there any multiplatform logging library that wi...
# multiplatform
n
Nikky
01/29/2020, 11:18 PM
is there any multiplatform logging library that will actually be able to print the original location of the code in the debugger? i tried kotlin-logging but all i get is
ConsoleOutputAppender.kt:6
what do you use for logging inside shared code ?
d
dino9
01/30/2020, 8:09 AM
I've not tried any loggin library yet. I guess this repo could help you.
https://github.com/AAkira/Kotlin-Multiplatform-Libraries
n
Nikky
01/30/2020, 11:37 AM
i tried
https://github.com/korlibs/klogger
now and it seems to work
16
Views
Open in Slack
Previous
Next