is there any default logger in kotlin
# announcements
c
is there any default logger in kotlin
d
print
and
println
👎 2
c
https://github.com/MicroUtils/kotlin-logging is usable on jvm and js, contributions needed to provide native support
👍 2
c
thanks will replace all println with logger
c
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