Join Slack
Powered by
What is the most idiomatic way to define a logger ...
# announcements
s
Shawn A
02/02/2019, 11:30 PM
What is the most idiomatic way to define a logger on a class? In java we'd use a
static
field and I understand that you can use a
companion object
along with
@JvmStatic
but I don't like the looks of that at all.
2
Views
Open in Slack
Previous
Next