What is your favorite logging library or framework...
# random
j
What is your favorite logging library or framework for Kotlin in backend? I see
slf4j
a lot in Java but I’m not sure if there is a better solution for Kotlin specific.
☝️ 1
h
I like https://github.com/MicroUtils/kotlin-logging which is a wrapper around SLF4J
1
r
If you use log4j2 as your backend, an option is https://logging.apache.org/log4j/kotlin/.