CountingQuietTextWriterWrite Method (String)Apache log4net™ SDK Documentation
Writes a string to the output and counts the number of bytes written.

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

public override void Write(
	string str
)

Parameters

str
Type: SystemString
The string data to write to the output.
Remarks

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

See Also

Reference