log4net SDK Reference

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,
   int index,
   int count
);

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