Hi

Please unsubscribe me :-)

Best regards,
Nicolai Hansen 

-----Original Message-----
From: Nicko Cadell (JIRA) [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 31, 2005 10:01 AM
To: [email protected]
Subject: [jira] Created: (LOG4NET-49) CountingQuietTextWriter does not
count strings written with WriteLine

CountingQuietTextWriter does not count strings written with WriteLine
---------------------------------------------------------------------

         Key: LOG4NET-49
         URL: http://issues.apache.org/jira/browse/LOG4NET-49
     Project: Log4net
        Type: Bug
  Components: Core  
    Versions: 1.2.9    
 Reporter: Nicko Cadell
 Assigned to: Nicko Cadell 
    Priority: Minor
     Fix For: 1.2.10


The CountingQuietTextWriter overrides Write(String) to count the chars
written. However it should also override Write(Char) and
Write(Char[],int,int).

WriteLine(String) calls Write(Char[],int,int) and therefore the
CountingQuietTextWriter is not counting these strings, which are written
to the output writer.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to