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@slf4j.org
        ReportedBy: [EMAIL PROTECTED]


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.
_______________________________________________
dev mailing list
dev@slf4j.org
http://slf4j.org/mailman/listinfo/dev

Reply via email to