logger

fun logger(name: String): KLogger

Create a KLogger using a name. The name is used in the log message. The name is also a way of filtering logs at runtime. This is why it's a good idea to use package+class names for loggers to allow an hierarchical filtering of logs.