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 ?