CountingQuietTextWriter Write Method (Char)Apache log4net™ SDK Documentation
Writes a character to the underlying writer and counts the number of bytes written.

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

public override void Write(
	char value
)
Remarks

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

See Also