christopher
val Loggable.log: Logger get() = LoggerFactory.getLogger(this) class A: Loggable { fun a() { log.debug(“foo”) } }