Join Slack
Powered by
Is this a good usage of slf4j in kotlin, or is the...
# announcements
c
Czar
11/12/2017, 10:57 PM
Is this a good usage of slf4j in kotlin, or is there a better (best-practice) alternative:
Copy code
class MyClass { val log = LoggerFactory.getLogger(javaClass) }
6
Views
Open in Slack
Previous
Next