interface Loggable {} fun Loggable.logger(): Logge...
# announcements
o
interface Loggable {} fun Loggable.logger(): Logger = logger(this.javaClass)