TextWriterAdapter Constructor Apache log4net™ SDK Documentation
Create an instance of TextWriterAdapter that forwards all messages to a OnlineTextWriter.

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

protected TextWriterAdapter(
	TextWriter writer
)
Remarks

Create an instance of TextWriterAdapter that forwards all messages to a OnlineTextWriter.

See Also