A TextWriter that ignores the Close message
Inheritance Hierarchy
System MarshalByRefObject
System.IO TextWriter
log4net.Util TextWriterAdapter
log4net.Util ProtectCloseTextWriter
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Remarks
This writer is used in special cases where it is necessary to protect a writer from being closed by a client.
See Also