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 yo...@apache.org on 2004/12/13 17:03:26 UTC

cvs commit: logging-log4j/src/java/org/apache/log4j/helpers CountingQuietWriter.java

yoavs       2004/12/13 08:03:26

  Modified:    docs     HISTORY.txt
               src/java/org/apache/log4j/helpers CountingQuietWriter.java
  Log:
  Bugzilla 12112: CountingQuietWriter miscounts bytes.
  
  Revision  Changes    Path
  1.7       +2 -0      logging-log4j/docs/HISTORY.txt
  
  Index: HISTORY.txt
  ===================================================================
  RCS file: /home/cvs/logging-log4j/docs/HISTORY.txt,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- HISTORY.txt	13 Dec 2004 15:59:45 -0000	1.6
  +++ HISTORY.txt	13 Dec 2004 16:03:26 -0000	1.7
  @@ -19,6 +19,8 @@
    - Implemented Bugzilla 16883: Default ConsoleAppender constructor
      enhanced with output sink and layout.
   
  + - Fixed Bugzilla 12112: CountingQuietWriter miscounts bytes.
  +
   
     November 25, 2004
   
  
  
  
  1.5       +1 -1      logging-log4j/src/java/org/apache/log4j/helpers/CountingQuietWriter.java
  
  Index: CountingQuietWriter.java
  ===================================================================
  RCS file: /home/cvs/logging-log4j/src/java/org/apache/log4j/helpers/CountingQuietWriter.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- CountingQuietWriter.java	24 Apr 2002 01:16:13 -0000	1.4
  +++ CountingQuietWriter.java	13 Dec 2004 16:03:26 -0000	1.5
  @@ -15,7 +15,7 @@
   import org.apache.log4j.spi.ErrorCode;
   
   /**
  -   Counts the number of bytes written.
  +   Counts the number of characters (not necessarily bytes) written.
   
      @author Heinz Richter, heinz.richter@frogdot.com
      @since 0.8.1
  
  
  

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