You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-cvs@jakarta.apache.org by ce...@apache.org on 2002/05/08 01:44:22 UTC

cvs commit: jakarta-log4j/src/java/org/apache/log4j BasicConfigurator.java

ceki        02/05/07 16:44:22

  Modified:    src/java/org/apache/log4j BasicConfigurator.java
  Log:
  Fixed documentation bug #2726
  
  Revision  Changes    Path
  1.23      +3 -3      jakarta-log4j/src/java/org/apache/log4j/BasicConfigurator.java
  
  Index: BasicConfigurator.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/BasicConfigurator.java,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- BasicConfigurator.java	24 Apr 2002 01:16:14 -0000	1.22
  +++ BasicConfigurator.java	7 May 2002 23:44:22 -0000	1.23
  @@ -27,9 +27,9 @@
     }
   
     /**
  -     Add a {@link FileAppender} that uses {@link PatternLayout} using
  -     the {@link PatternLayout#TTCC_CONVERSION_PATTERN} and prints to
  -     <code>System.out</code> to the root category.  */
  +     Add a {@link ConsoleAppender} that uses {@link PatternLayout}
  +     using the {@link PatternLayout#TTCC_CONVERSION_PATTERN} and
  +     prints to <code>System.out</code> to the root category.  */
     static
     public
     void configure() {
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>