in log4j-api-kotlin/src/main/kotlin/org/apache/logging/log4j/kotlin/KotlinLogger.kt [112:114]
fun log(level: Level, msg: Any) { delegate.logIfEnabled(FQCN, level, null, msg, null) }