[ 
https://issues.apache.org/jira/browse/CXF-2751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Cyrille Le Clerc resolved CXF-2751.
-----------------------------------

         Assignee: Cyrille Le Clerc
    Fix Version/s: 2.3
                   2.2.8
       Resolution: Fixed

Thanks for the contribution.
An optimization remains in bypassing 
{{logging.AbstractDelegatingLogger.getLevel()}} in 
{{AbstractDelegatingLogger.isLoggable(Level)}} because SLF4J does not expose 
the log level and thus requires to use an inefficient "if 
(logger.isTraceEnabled()) { ... } else if (logger.isDebugEnabled()) {...}..." 
block.

> Slf4jLogger
> -----------
>
>                 Key: CXF-2751
>                 URL: https://issues.apache.org/jira/browse/CXF-2751
>             Project: CXF
>          Issue Type: New Feature
>    Affects Versions: 2.2.7
>            Reporter: Julien HENRY
>            Assignee: Cyrille Le Clerc
>             Fix For: 2.3, 2.2.8
>
>         Attachments: Slf4jLogger.java
>
>
> I have developped a simple Slf4jLogger class to be able to use slf4j + 
> logback (no log4j nor jul).
> Feel free to integrate it if you like.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to