(2.3.x): Adding logging module using LogCacheClient (#1065)

* Adding logging module using LogCacheClient

* Documenting logging starter
This commit is contained in:
Alberto C. Ríos
2024-07-12 14:04:35 +02:00
committed by GitHub
parent a27a0faa59
commit ca6f4278e4
43 changed files with 2236 additions and 45 deletions

View File

@@ -73,6 +73,7 @@
</rule>
<rule ref="category/java/multithreading.xml">
<exclude name="UseConcurrentHashMap" />
<exclude name="DoNotUseThreads"/>
</rule>
<rule ref="category/java/performance.xml" />
<rule ref="category/java/security.xml" />