getLogger

fun getLogger(): Logger(source)

Returns the Logger for the class which calls this method.


fun getLogger(obj: Any): Logger(source)

Returns the Logger for the class of this object.

This might be useful to get a logger which targets an implementation class instead of a superclass.