Subclass of QuietTextWriter that maintains a count of
the number of bytes written.
Inheritance Hierarchy
System MarshalByRefObject
System.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
Remarks
This writer counts the number of bytes written.
See Also