Logging for flow of the data exchange between client/server

This commit is contained in:
Zhongheng Liu 2026-01-09 12:24:18 +01:00
commit 41353f2252
12 changed files with 85 additions and 22 deletions

View file

@ -118,6 +118,18 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
<version>2.0.17</version> <!-- use matching version for your SLF4J -->
</dependency>
<!-- Logback Classic logger implementation -->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.20</version> <!-- or latest compatible version -->
</dependency>
</dependencies>
<build>