QuietTextWriter Write Method ( Char , Int32, Int32)Apache log4net™ SDK Documentation
Writes a buffer to the underlying writer

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public override void Write(
	char[] buffer,
	int index,
	int count
)

Parameters

buffer
Type:  OnlineSystem Char 
the buffer to write
index
Type: OnlineSystem Int32
the start index to write from
count
Type: OnlineSystem Int32
the number of characters to write
Remarks

Writes a buffer to the underlying writer

See Also