QuietTextWriter ClassApache log4netâ„¢ SDK Documentation
OnlineTextWriter that does not leak exceptions
Inheritance Hierarchy

OnlineSystem.Object
  OnlineSystem.MarshalByRefObject
    OnlineSystem.IO.TextWriter
      log4net.Util.TextWriterAdapter
        log4net.Util.QuietTextWriter
          log4net.Util.CountingQuietTextWriter

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public class QuietTextWriter : TextWriterAdapter
Remarks

QuietTextWriter does not throw exceptions when things go wrong. Instead, it delegates error handling to its IErrorHandler.

See Also