[jboss-cvs] apache/commons-logging/src/java/org/apache/commons/logging/impl ...

Scott Stark scott.stark at jboss.com
Fri Feb 9 02:47:30 EST 2007


  User: starksm 
  Date: 07/02/09 02:47:30

  Modified:    commons-logging/src/java/org/apache/commons/logging/impl 
                        Tag: JBoss_Apache_Common_Logging_Branch_1_1
                        Log4jProxy.java
  Log:
   JBAS-3347 correct the log4j %C pattern format
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.3.6.1   +4 -2      apache/commons-logging/src/java/org/apache/commons/logging/impl/Log4jProxy.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Log4jProxy.java
  ===================================================================
  RCS file: /cvsroot/jboss/apache/commons-logging/src/java/org/apache/commons/logging/impl/Log4jProxy.java,v
  retrieving revision 1.3
  retrieving revision 1.3.6.1
  diff -u -b -r1.3 -r1.3.6.1
  --- Log4jProxy.java	12 May 2006 02:22:13 -0000	1.3
  +++ Log4jProxy.java	9 Feb 2007 07:47:30 -0000	1.3.6.1
  @@ -33,12 +33,14 @@
    * using the current thread context class loader.
    * 
    * @author Scott.Stark at jboss.org
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.3.6.1 $
    */
   public class Log4jProxy implements Log, Serializable
   {
      private static final long serialVersionUID = 1;
  -   private static final String PROXY_FQCN = "org.apache.commons.logging.impl.Log4jProxy";
  +   /** Use the Log4JLogger so that the %C format works correctly
  +    */
  +   private static final String PROXY_FQCN = "org.apache.commons.logging.impl.Log4JLogger";
      /** The jboss custom Level for TRACE */
      private Object FATAL;
      private Object ERROR;
  
  
  



More information about the jboss-cvs-commits mailing list