Closed mkrebs81 closed 7 months ago
I agree, we need to remove log4j from the implementation. I plan to move the log4j dependencies to the 'testImplementation' to have the logs within the tests.
I already modified the dependencies in the https://github.com/SmartGridready/SGrJava/tree/decouple-logging branch, so you can just merge it, if you like.
The published
commhandler4modbus
package ships with an implementation of Log4j, instead of just the SLF4J API. This can cause conflicts when developing applications that use the library.My workaround is like this:
I suggest decoupling the logging framework from the library package.