[fus] Update library usage statistics for logging

Adds FUS checker for log4j, sl4j, logback and kotlin logging.


(cherry picked from commit 89e1618427c628289d4e8c8428006548c2fc789a)

IJ-CR-148348

GitOrigin-RevId: adc00f8e01152ec5ff05e4795482cb9d05d6f40c
This commit is contained in:
Bart van Helvert
2024-10-29 15:11:13 +01:00
committed by intellij-monorepo-bot
parent db3cd3b03b
commit f80bc533a1
2 changed files with 7 additions and 0 deletions

View File

@@ -129,6 +129,7 @@
<technology name="kotest" class="io.kotest.core.annotation.Tags"/>
<technology name="kotless" class="io.kotless.HttpMethod"/>
<technology name="kotlin" class="kotlin.reflect.KClass"/>
<technology name="kotlin-logging" class="io.github.oshai.kotlinlogging.KotlinLogging"/>
<technology name="kotlin-test" root="kotlin.test.Asserter"/>
<technology name="kotlinx-coroutines" class="kotlinx.coroutines.CoroutineDispatcher"/>
<technology name="kotlinx-datetime" class="kotlinx.datetime.Instant"/>
@@ -141,6 +142,9 @@
<technology name="lagom-java" class="com.lightbend.lagom.javadsl.api.Service"/>
<technology name="lagom-scala" class="com.lightbend.lagom.scaladsl.api.Service"/>
<technology name="liquibase" class="liquibase.Liquibase"/>
<technology name="log4j1" class="org.apache.log4j.Logger"/>
<technology name="log4j2" class="org.apache.logging.log4j.Logger"/>
<technology name="logback" class="ch.qos.logback.classic.Logger"/>
<technology name="lombok" class="lombok.Getter"/>
<technology name="mapstruct" class="org.mapstruct.Mapping"/>
<technology name="micrometer" class="io.micrometer.core.annotation.Timed"/>
@@ -188,6 +192,7 @@
<technology name="selenium" class="org.openqa.selenium.WebDriver"/>
<technology name="serenity" class="net.thucydides.core.annotations.Step"/>
<technology name="shapeless" class="shapeless.HList"/>
<technology name="slf4j" class="org.slf4j.Logger"/>
<technology name="slick" class="slick.sql.SqlAction"/>
<technology name="smallrye-mutiny" class="io.smallrye.mutiny.Uni"/>
<technology name="spark-java" class="spark.Spark"/>

View File

@@ -215,6 +215,7 @@
<technology name="kotlinx-io" root="kotlinx.io"/>
<technology name="kotlinx-jupyter-ktor-client" root="org.jetbrains.kotlinx.jupyter.ktor.client"/>
<technology name="kotlinx-jupyter-json-generation" root="org.jetbrains.kotlinx.jupyter.json"/>
<technology name="kotlin-logging" root="io.github.oshai.kotlinlogging"/>
<technology name="kotlinx-serialization" root="kotlinx.serialization"/>
<technology name="ktlint" root="com.pinterest.ktlint"/>
<technology name="ktor" root="io.ktor"/>
@@ -223,6 +224,7 @@
<technology name="lagom" root="com.lightbend.lagom"/>
<technology name="laminar" root="laminar"/>
<technology name="liquibase" root="liquibase"/>
<technology name="log4j1" root="org.apache.log4j"/>
<technology name="log4j" root="org.apache.logging.log4j"/>
<technology name="logback" root="ch.qos.logback"/>
<technology name="lombok" root="lombok"/>