CountingQuietTextWriter overview
CountingQuietTextWriter Constructor | Constructor |
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 |
Close (inherited from QuietTextWriter) | Closes the underlying output writer. |
CreateObjRef (inherited from MarshalByRefObject) | � |
Dispose (inherited from TextWriter) | Overloaded. � |
Equals (inherited from Object) | � |
Flush (inherited from TextWriterAdapter) | Flushes any buffered output |
GetHashCode (inherited from Object) | � |
GetLifetimeService (inherited from MarshalByRefObject) | � |
GetType (inherited from Object) | � |
InitializeLifetimeService (inherited from MarshalByRefObject) | � |
ToString (inherited from Object) | � |
Write | Overloaded. Writes a character to the underlying writer and counts the number of bytes written. |
Write (inherited from TextWriter) | Overloaded. � |
WriteLine (inherited from TextWriter) | Overloaded. � |
CoreNewLine (inherited from TextWriter) | � |
Writer (inherited from TextWriterAdapter) | Gets or sets the underlying TextWriter. |
Dispose (inherited from TextWriterAdapter) | Overloaded. Dispose this writer |
Finalize (inherited from Object) | � |
MemberwiseClone (inherited from MarshalByRefObject) | Overloaded. � |
MemberwiseClone (inherited from Object) | Overloaded. � |
CountingQuietTextWriter Class | log4net.Util Namespace