public static class KLoggable.DefaultImpls
An interface representing class with logging capabilities implemented using a logger obtain a logger with logger() method
@NotNull public static KLogger logger(KLoggable $this)
get logger for the class
@NotNull public static KLogger logger(KLoggable $this, @NotNull java.lang.String name)
get logger by explicit name