CountingQuietTextWriter ClassApache log4net™ SDK Documentation
Subclass of QuietTextWriter that maintains a count of the number of bytes written.
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 CountingQuietTextWriter : QuietTextWriter
Remarks

This writer counts the number of bytes written.

See Also