Writes a character buffer to the wrapped TextWriter
Namespace: log4net.UtilAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- buffer
- Type: System Char
the data buffer
- index
- Type: System Int32
the start index
- count
- Type: System Int32
the number of characters to write
Remarks
Writes a character buffer to the wrapped TextWriter
See Also