Join Slack
Powered by
is there any default logger in kotlin
# announcements
c
Chills
03/01/2020, 6:29 AM
is there any default logger in kotlin
d
Dico
03/01/2020, 7:47 AM
print
and
println
👎 2
c
corneil
03/01/2020, 9:06 AM
https://github.com/MicroUtils/kotlin-logging
is usable on jvm and js, contributions needed to provide native support
👍 2
c
Chills
03/01/2020, 10:00 AM
thanks will replace all println with logger
c
corneil
03/01/2020, 10:20 AM
Since the logger allows the use of lambdas for the logging statement it is more efficient that most other framework when the loglevel doesn't apply
Open in Slack
Previous
Next