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

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

public override void Write(
	char value
)

Parameters

value
Type: SystemChar
the value to write to the TextWriter
Remarks

Writes a character to the wrapped TextWriter

See Also

Reference