ProtectCloseTextWriter ClassApache log4net™ SDK Documentation
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem MarshalByRefObject
    OnlineSystem.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

public class ProtectCloseTextWriter : TextWriterAdapter
Remarks

This writer is used in special cases where it is necessary to protect a writer from being closed by a client.

See Also