You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ce...@apache.org on 2004/09/07 16:49:12 UTC

cvs commit: logging-log4j/tests/src/java/org/apache/log4j StressCategory.java

ceki        2004/09/07 07:49:12

  Modified:    tests/src/java/org/apache/log4j StressCategory.java
  Log:
  Category -> Logger
  Category.getInsance -> Logger.getLogger
  
  Revision  Changes    Path
  1.4       +1 -1      logging-log4j/tests/src/java/org/apache/log4j/StressCategory.java
  
  Index: StressCategory.java
  ===================================================================
  RCS file: /home/cvs/logging-log4j/tests/src/java/org/apache/log4j/StressCategory.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- StressCategory.java	5 Aug 2004 17:45:45 -0000	1.3
  +++ StressCategory.java	7 Sep 2004 14:49:12 -0000	1.4
  @@ -106,7 +106,7 @@
   	if(ct[i] == null)
   	  cat[i] = null;
   	else {
  -	  cat[i] = Category.getInstance(ct[i].catstr);
  +	  cat[i] = Logger.getLogger(ct[i].catstr);
   	  cat[i].setLevel(ct[i].level);
   	}
         }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org