with kotlin-logging you make either your object or...
# announcements
n
with kotlin-logging you make either your object or companion object extend
KLogging()
, which holds a
val logger
it looks as short as this sometimes:
companion object: KLogging()
👍 1