Is this a good usage of slf4j in kotlin, or is the...
# announcements
c
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) }