Writes a buffer to the underlying writer
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- buffer
- Type: SystemChar
the buffer to write - index
- Type: SystemInt32
the start index to write from - count
- Type: SystemInt32
the number of characters to write
Remarks
Writes a buffer to the underlying writer
See Also