CountingQuietTextWriterWrite Method (Char, Int32, Int32)Apache log4net™ SDK Documentation
Writes a buffer to the underlying writer and counts the number of bytes written.

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

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

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

Overrides implementation of QuietTextWriter. Counts the number of bytes written.

See Also

Reference