https://kotlinlang.org logo
#kotlin-logging
Title
# kotlin-logging
n

Nikky

10/12/2019, 7:47 PM
so for my multiplatform app (jfx, js and ktor server on jvm) i want to add better logging i guess kotlin-logging seems to be ready to try but i have some questions.. like why are the
msg: () -> Any?
not
inline
, that would make some stuff where i call suspending stuff possible i guess that would break compatibility with the slf4j stuff ?
o

oshai

10/13/2019, 6:23 AM
Not inline is mostly to have line numbers info