ProtectCloseTextWriter Constructor Apache log4net™ SDK Documentation
Constructor

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

public ProtectCloseTextWriter(
	TextWriter writer
)

Parameters

writer
Type: System.IOTextWriter
the writer to actually write to
Remarks

Create a new ProtectCloseTextWriter using a writer

See Also

Reference