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 pa...@apache.org on 2001/03/10 13:46:23 UTC

cvs commit: jakarta-log4j/org/apache/log4j ConsoleAppender.java

pathos      01/03/10 04:46:23

  Modified:    org/apache/log4j ConsoleAppender.java
  Log:
  Documentation changes.
  
  Revision  Changes    Path
  1.3       +4 -4      jakarta-log4j/org/apache/log4j/ConsoleAppender.java
  
  Index: ConsoleAppender.java
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/org/apache/log4j/ConsoleAppender.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ConsoleAppender.java	2001/02/21 22:28:13	1.2
  +++ ConsoleAppender.java	2001/03/10 12:46:22	1.3
  @@ -12,8 +12,8 @@
   import org.apache.log4j.helpers.OptionConverter;
   
   /**
  -   ConsoleAppender appends log events to <code>Syste.errm</code> or
  -   m<code>System.outm</code> using a layout specified by the user.
  +   ConsoleAppender appends log events to <code>System.err</code> or
  +   <code>System.out</code> using a layout specified by the user.
   
      @author Ceki G&uuml;lc&uuml;
      @since 1.1 */
  @@ -68,8 +68,8 @@
     }
   
     /**
  -     Retuns the option names for this component, namely the string
  -     array {{@link #TARGET_OPTION} and the options of its super class
  +     Returns the option names for this component, namely the string
  +     array {@link #TARGET_OPTION} and the options of its super class
        {@link WriterAppender}.  
   
         <b>See</b> Options of the super classes {@link WriterAppender} and
  
  
  

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