log4net SDK Reference

CountingQuietTextWriter Class

Subclass of QuietTextWriter that maintains a count of the number of bytes written.

For a list of all members of this type, see CountingQuietTextWriter Members.

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

[Visual Basic]
Public Class CountingQuietTextWriter
    Inherits QuietTextWriter
[C#]
public class CountingQuietTextWriter : QuietTextWriter

Thread Safety

This type is not safe for multithreaded operations.

Remarks

This writer counts the number of bytes written.

Requirements

Namespace: log4net.Util

Assembly: log4net (in log4net.dll)

See Also

CountingQuietTextWriter Members | log4net.Util Namespace