Kotlin doesn\'t have the same notion of static fields as used in Java. In Java, the generally accepted way of doing logging is:
public class Foo { privat
create companion object and mark the appropriate fields with @JvmStatic annotation