Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
-
None
Description
Please consider a migration from java.util.logging / commons logging to slf4j.
At the moment two different logging APIs are in use. As far as I have observed, commons logging is used as the primary logging framework with the exception of class org.apache.pdfbox.encoding.Encoding in which java.util.logging is used.
By using slf4j, the choice of the logging API could be left up to the user.