TextWriterAdapter Write Method (String)Apache log4net™ SDK Documentation
Writes a string 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(
	string value
)

Parameters

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

Writes a string to the wrapped TextWriter

See Also