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

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

protected TextWriterAdapter(
	TextWriter writer
)

Parameters

writer
Type: System.IOTextWriter
The TextWriter to forward to
Remarks

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

See Also

Reference