Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

QuietTextWriter.Write�Method�(Char[], Int32, Int32)

Writes a buffer to the underlying writer

[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

Writes a buffer to the underlying writer

See Also

QuietTextWriter Class | log4net.Util Namespace | QuietTextWriter.Write Overload List