ProtectCloseTextWriterAttach Method Apache log4net™ SDK Documentation
Attach this instance to a different underlying TextWriter

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

public void Attach(
	TextWriter writer
)

Parameters

writer
Type: System.IOTextWriter
the writer to attach to
Remarks

Attach this instance to a different underlying TextWriter

See Also

Reference