[slf4j-dev] [Bug 10] New: Enhancement for support of native implementations in JDK14Logger

bugzilla-daemon at gil.qos.ch bugzilla-daemon at gil.qos.ch
Fri Dec 23 13:06:53 CET 2005


http://bugzilla.slf4j.org/show_bug.cgi?id=10

           Summary: Enhancement for support of native implementations in
                    JDK14Logger
           Product: SLF4J
           Version: 1.0rc1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P3
         Component: Implementations
        AssignedTo: dev at slf4j.org
        ReportedBy: boris.unckel.mlg at gmx.net


Current:
There is always a wrapper class in use when logging to JDK14Logger through
the JDK14LoggerFactory.

Proposed:
Detect whether there is native implementation or not. If available, deliver native
implementation. If not available, deliver WrapperClass.
There is not an additional compile time or runtime dependency (proved by code).
Both version are still based on static binding.

-- 
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the slf4j-dev mailing list