Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

ProtectCloseTextWriter�Constructor�

Constructor

[Visual�Basic]
Public�Sub�New( _
���ByVal writer�As�TextWriter�_
)
[C#]
public�ProtectCloseTextWriter(
���TextWriterwriter
);

Parameters

writer
the writer to actually write to

Remarks

Create a new ProtectCloseTextWriter using a writer

See Also

ProtectCloseTextWriter Class | log4net.Util Namespace