Join Slack
Powered by
What is your favorite logging library or framework...
# random
j
Jason5lee
09/30/2021, 8:25 AM
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
hho
09/30/2021, 8:38 AM
I like
https://github.com/MicroUtils/kotlin-logging
which is a wrapper around SLF4J
➕ 1
r
rocketraman
10/07/2021, 4:29 AM
If you use log4j2 as your backend, an option is
https://logging.apache.org/log4j/kotlin/
.
Open in Slack
Previous
Next