Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A9E2B9939 for ; Tue, 20 Mar 2012 08:00:14 +0000 (UTC) Received: (qmail 69962 invoked by uid 500); 20 Mar 2012 08:00:14 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 69632 invoked by uid 500); 20 Mar 2012 08:00:08 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 69507 invoked by uid 99); 20 Mar 2012 08:00:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Mar 2012 08:00:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Mar 2012 08:00:05 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id D5FCE53299 for ; Tue, 20 Mar 2012 07:59:44 +0000 (UTC) Date: Tue, 20 Mar 2012 07:59:44 +0000 (UTC) From: "Willem Jiang (Assigned) (JIRA)" To: issues@cxf.apache.org Message-ID: <1705627619.35621.1332230384878.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <2063732528.10158.1331683602496.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Assigned] (CXF-4180) LogUtils should default to CXF's Slf4jLogger if it can't find Log4J or JCL driver MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-4180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang reassigned CXF-4180: --------------------------------- Assignee: Daniel Kulp (was: Willem Jiang) Dan already commit a patch into to the trunk. As this feature break the compatibility, we don't back port the patch to other branches. > LogUtils should default to CXF's Slf4jLogger if it can't find Log4J or JCL driver > --------------------------------------------------------------------------------- > > Key: CXF-4180 > URL: https://issues.apache.org/jira/browse/CXF-4180 > Project: CXF > Issue Type: Improvement > Components: Core > Affects Versions: 2.5.2 > Environment: Any > Reporter: Matt Bishop > Assignee: Daniel Kulp > > LogUtils looks for an instance of SLF4J's ILoggerFactory, then tests it's name for Log4J and JUL. If it fails, it just bails out. > Nicer would be to instead use the existing org.apache.cxf.common.logging.Slf4jLogger in that case. This would keep us from having to use the silly META-INF/cxf/org.apache.cxf.Logger configuration to set up Logback or another ILoggerFactory implementation. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira