in plugin/src/main/kotlin/com/jetbrains/packagesearch/plugin/utils/IntelliJLogger.kt [40:43]
override fun logDebug(message: String, throwable: Throwable?) {
if (!logger.isDebugEnabled) warnNotLoggable()
logger.debug(message, throwable)
}