Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 28092 invoked from network); 12 May 2008 19:18:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 May 2008 19:18:42 -0000 Received: (qmail 18992 invoked by uid 500); 12 May 2008 19:18:44 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 18876 invoked by uid 500); 12 May 2008 19:18:44 -0000 Mailing-List: contact commits-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 commits@cxf.apache.org Received: (qmail 18865 invoked by uid 99); 12 May 2008 19:18:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 May 2008 12:18:44 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 May 2008 19:17:58 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BF9A023889C4; Mon, 12 May 2008 12:18:19 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r655609 - in /cxf/branches/2.0.x-fixes: ./ common/common/src/main/java/org/apache/cxf/common/logging/LogUtils.java Date: Mon, 12 May 2008 19:18:19 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080512191819.BF9A023889C4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dkulp Date: Mon May 12 12:18:19 2008 New Revision: 655609 URL: http://svn.apache.org/viewvc?rev=655609&view=rev Log: Merged revisions 655560 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r655560 | bimargulies | 2008-05-12 12:57:45 -0400 (Mon, 12 May 2008) | 2 lines Fix Javadoc as per CXF-1585. ........ Modified: cxf/branches/2.0.x-fixes/ (props changed) cxf/branches/2.0.x-fixes/common/common/src/main/java/org/apache/cxf/common/logging/LogUtils.java Propchange: cxf/branches/2.0.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-integrated' - no diff available. Modified: cxf/branches/2.0.x-fixes/common/common/src/main/java/org/apache/cxf/common/logging/LogUtils.java URL: http://svn.apache.org/viewvc/cxf/branches/2.0.x-fixes/common/common/src/main/java/org/apache/cxf/common/logging/LogUtils.java?rev=655609&r1=655608&r2=655609&view=diff ============================================================================== --- cxf/branches/2.0.x-fixes/common/common/src/main/java/org/apache/cxf/common/logging/LogUtils.java (original) +++ cxf/branches/2.0.x-fixes/common/common/src/main/java/org/apache/cxf/common/logging/LogUtils.java Mon May 12 12:18:19 2008 @@ -41,7 +41,7 @@ * application must provide an object that extends {@link AbstractDelegatingLogger}, and advertise that class * via one of the following mechanisms: *
    - *
  • Create a file, in the classpath, named META-INF/cxf/org.apache.cxf.logger. + *
  • Create a file, in the classpath, named META-INF/cxf/org.apache.cxf.Logger. * This file should contain the fully-qualified name * of the class, with no comments, on a single line.
  • *
  • Call {@link #setLoggerClass(Class)} with a Class reference to the logger class.