this is what I'm doing, seems to work perfectly fi...
# announcements
k
this is what I'm doing, seems to work perfectly fine
Copy code
val <T : Any> T.logger: Logger
    get() = LoggerFactory.getLogger(this::class.java)