fun catching()

in log4j-api-kotlin/src/main/kotlin/org/apache/logging/log4j/kotlin/KotlinLogger.kt [137:139]


  fun catching(level: Level, throwable: Throwable) {
    delegate.catching(level, throwable)
  }