Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

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�_
)
[C#]
public�override�void�Write(
���char[]buffer,
���intindex,
���intcount
);

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