Join Slack
Powered by
Quick question. I am migrating to 5.0 and I want t...
# kotlin-logging
p
pambrose
08/23/2023, 6:50 PM
Quick question. I am migrating to 5.0 and I want to make sure I am not missing something. In previous versions, one could create a logger with
companion object : KLogging()
It appears that with 5.0, one has to explicitly create a logger value with
val logger = KotlinLogging.logger {}
. Is that correct?
10
Views
Open in Slack
Previous
Next