TextWriterAdapter Write Method (Char)Apache log4net™ SDK Documentation
Writes a character to the wrapped TextWriter

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

public override void Write(
	char value
)

Parameters

value
Type: OnlineSystem Char
the value to write to the TextWriter
Remarks

Writes a character to the wrapped TextWriter

See Also