Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

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

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

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