Details
-
Improvement
-
Resolution: Unresolved
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
enhancement
-
P1
-
236
Description
What about use ServiceLoader to find which binding to use?
For JDK<1.6 compatibility, we can test Class.forName("java.util.ServiceLoader") and switch to an internal equivalent implementation of ServiceLoader.
No need to have one (or multiple) StaticLoggerBinder.
This ServiceLoader is used, for example, for JRE XSL implementation, or java.sql.Driver.