is there any multiplatform logging library that wi...
# multiplatform
n
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
I've not tried any loggin library yet. I guess this repo could help you. https://github.com/AAkira/Kotlin-Multiplatform-Libraries
n
i tried https://github.com/korlibs/klogger now and it seems to work