JikanKt / moe.ganen.jikankt.utils / JikanLogger

JikanLogger

class JikanLogger

Constructors

<init>

JikanLogger()

Functions

getLog

Will get the org.slf4j.Logger with the given log-name or create and cache a fallback logger if there is no SLF4J implementation present.

fun getLog(name: String): Logger

Will get the org.slf4j.Logger for the given Class or create and cache a fallback logger if there is no SLF4J implementation present.

fun getLog(clazz: Class<*>): Logger