aside from kotlin-logging, what other Kotlin loggi...
# kotlin-logging
c
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.
n
have been using this in a few of my projects.. https://klogging.io/ can interface with legacy logging code.. but at least it got the MDC stuff mostly figured out.. not sure how well it works when you invoke legacy code however.. thats on my list of things to try out later..
👍 1
m
Hey @Chris Lee I am the creator of Klogging. (Sorry for the late response, I haven’t been on Kotlin Slack for a while.) Please let me know if you try Klogging and if it you need it to do something new. I probably respond to email or GitHub faster than Slack!