Closed MrCreosote closed 7 months ago
Merging #723 (23a2657) into dev-gradle2 (6fdb23b) will decrease coverage by
0.01%
. Report is 1 commits behind head on dev-gradle2. The diff coverage is60.00%
.
I am not that familiar with syslog4j. Is it similar to Log4j?
No, it's used for sending log information to the linux syslog daemon as opposed to being a logging framework like log4j or slf4j
Could you please explain more? Still try to understand why a simple logging framework like log4j is not in favor here.
The system has a logging framework - it uses slf4j. slf4j does not provide code for logging to the syslog daemon. Syslog4j does, and so it was used as that was the requirement at the time
JNA doesn't work in a shadow jar, which we'll need for workspace test rigs in other repos