log4net SDK Reference

CountingQuietTextWriter Properties

The properties of the CountingQuietTextWriter class are listed below. For a complete list of CountingQuietTextWriter class members, see the CountingQuietTextWriter Members topic.

Public Instance Properties

Closed (inherited from QuietTextWriter) Gets a value indicating whether this writer is closed.
Count Gets or sets the total number of bytes written.
Encoding (inherited from TextWriterAdapter) The Encoding in which the output is written
ErrorHandler (inherited from QuietTextWriter) Gets or sets the error handler that all errors are passed to.
FormatProvider (inherited from TextWriterAdapter) Gets an object that controls formatting
NewLine (inherited from TextWriterAdapter) Gets or sets the line terminator string used by the TextWriter

Protected Instance Properties

Writer (inherited from TextWriterAdapter) Gets or sets the underlying TextWriter.

See Also

CountingQuietTextWriter Class | log4net.Util Namespace