fun companionObjectKotlinLoggerFunctional()

in log4j-api-kotlin-benchmark/src/main/kotlin/org/apache/logging/log4j/kotlin/benchmark/LoggingBenchmark.kt [65:67]


  fun companionObjectKotlinLoggerFunctional() {
    LOGGER3.info { "Test" }
  }