Apache Commons Logging vs SLF4J
Hello. I was recently looking into some messages logged by this library and I noticed that they were in a completely different format than our other log messages. After looking at the source code I realized that this library uses Apache Commons Logging instead of SLF4J as a logging facade. This is the first time I've even heard of Apache Commons Logging.
I was wondering if there was a strong conscious decision to use Apache Commons Logging instead of SLF4J. Apache Commons Logging appears to be a dead project with the last release in 2014 while SLF4J has had at least one release every year.
Apache Commons Logging does not work with the logging implementation we use (logback) but appears to work with a JCL to SLF4J bridge. If you are open to using SLF4J I would be happy to open a pull request.
Hello @Sovietaced, taking a look at this open issue. Let me see if there is any appetite for SLF4J and I'll get back to you!