in log4j-api-kotlin/src/main/kotlin/org/apache/logging/log4j/kotlin/KotlinLogger.kt [173:175]
fun trace(marker: Marker, msg: Any, t: Throwable?) { delegate.logIfEnabled(FQCN, Level.TRACE, marker, msg, t) }