Join Slack
Powered by
Hello, I am new to KMP and wanted to know if ther...
# multiplatform
k
KV
02/04/2025, 10:11 AM
Hello, I am new to KMP and wanted to know if there any KMP
logging
libraries
that support all targets and are widely used by the community? Thanks
t
Thomas Urbanitsch
02/04/2025, 10:23 AM
Hi, i’m using
Kermit
KMP Awesome is a great place to explore libs for different use cases imho:
https://github.com/terrakok/kmp-awesome?tab=readme-ov-file#-log
gratitude thank you
1
➕ 3
m
Michael Paus
02/04/2025, 10:27 AM
Follow the stars and use
https://github.com/oshai/kotlin-logging
gratitude thank you
1
k
KV
02/04/2025, 10:28 AM
Yes, it has a more stars ⭐ Thanks
@Thomas Urbanitsch
@Michael Paus
c
Chrimaeon
02/04/2025, 12:17 PM
You can also check
https://klibs.io/?query=Logging
gratitude thank you
1
j
JulianK
02/05/2025, 7:36 AM
I just tried to use kotlin-logging, but it's weirdly complex to set the LogLevel, as it is done per implementation. Sticking with
KmLog
for now and for the future, i'll choose something simpler than kotlin-logging.
13
Views
Open in Slack
Previous
Next