http://bugzilla.slf4j.org/show_bug.cgi?id=236
Summary: Use standard java.util.ServiceLoader for SLF4J Binding
Product: SLF4J
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P1
Component: Core API
AssignedTo: [email protected]
ReportedBy: [email protected]
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.
--
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
slf4j-dev mailing list
[email protected]
http://qos.ch/mailman/listinfo/slf4j-dev