getLogger

open fun getLogger(clazz: Class<out Any>): Logger

Gets the Logger instance of the specified class.

Return

the logger instance.

Parameters

clazz

the class, must not be null.