aside from kotlin-logging, what other Kotlin logging libraries are folks using (JVM only for me)? Looking for something that doesn’t bring along legacy baggage - kotlin-logging has a bunch of legacy API cruft, and most critically relies on MDC hacks that require
launch(MDCcontext())
all over the place or things break.