Does anybody have experience using <https://github...
# android
k
Does anybody have experience using https://github.com/MicroUtils/kotlin-logging/wiki? I'm trying to set up logging for the modules in my project which are not dependent on the android sdk, and it looks like this is the way to go. I don't have any experience with slf4j though, and I was wondering if creating a single logger and sharing it across all classes is bad practice.