CountingQuietTextWriter.Write Method (Char[], Int32, Int32)
      
     
    
       Writes a buffer to the underlying writer and counts the number of bytes written. 
      
        [Visual Basic]
        Overrides Overloads Public Sub Write( _
   ByVal 
buffer As 
Char(), _
   ByVal 
index As 
Integer, _
   ByVal 
count As 
Integer _
)
 
      
      Parameters
      
        - 
          buffer
        
- the buffer to write
- 
          index
        
- the start index to write from
- 
          count
        
- the number of characters to write
Remarks
             Overrides implementation of QuietTextWriter. Counts the number of bytes written. 
            See Also
CountingQuietTextWriter Class | log4net.Util Namespace | CountingQuietTextWriter.Write Overload List