QuietTextWriter MembersApache log4net™ SDK Documentation
The QuietTextWriter type exposes the following members.
Constructors

  NameDescription
Public methodQuietTextWriter
Constructor
Back to Top
Methods

  NameDescription
Public methodClose
Closes the underlying output writer.
(Overrides TextWriterAdapter Close .)
Public methodOnlineCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from OnlineMarshalByRefObject.)
Public methodOnlineDispose 
Releases all resources used by the OnlineTextWriter object.
(Inherited from OnlineTextWriter.)
Protected methodDispose(Boolean)
Dispose this writer
(Inherited from TextWriterAdapter.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodFlush
Flushes any buffered output
(Inherited from TextWriterAdapter.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from OnlineMarshalByRefObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodOnlineInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from OnlineMarshalByRefObject.)
Protected methodOnlineMemberwiseClone 
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone(Boolean)
Creates a shallow copy of the current OnlineMarshalByRefObject object.
(Inherited from OnlineMarshalByRefObject.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineWrite( Char )
Writes a character array to the text stream.
(Inherited from OnlineTextWriter.)
Public methodOnlineWrite(Boolean)
Writes the text representation of a Boolean value to the text stream.
(Inherited from OnlineTextWriter.)
Public methodOnlineWrite(Int32)
Writes the text representation of a 4-byte signed integer to the text stream.
(Inherited from OnlineTextWriter.)
Public methodOnlineWrite(UInt32)
Writes the text representation of a 4-byte unsigned integer to the text stream.
(Inherited from OnlineTextWriter.)
Public methodOnlineWrite(Int64)
Writes the text representation of an 8-byte signed integer to the text stream.
(Inherited from OnlineTextWriter.)
Public methodOnlineWrite(UInt64)
Writes the text representation of an 8-byte unsigned integer to the text stream.
(Inherited from OnlineTextWriter.)
Public methodOnlineWrite(Single)
Writes the text representation of a 4-byte floating-point value to the text stream.
(Inherited from OnlineTextWriter.)
Public methodOnlineWrite(Double)
Writes the text representation of an 8-byte floating-point value to the text stream.
(Inherited from OnlineTextWriter.)
Public methodOnlineWrite(Decimal)
Writes the text representation of a decimal value to the text stream.
(Inherited from OnlineTextWriter.)
Public methodOnlineWrite(Object)
Writes the text representation of an object to the text stream by calling ToString on that object.
(Inherited from OnlineTextWriter.)
Public methodWrite(Char)
Writes a character to the underlying writer
(Overrides TextWriterAdapter Write(Char).)
Public methodWrite(String)
Writes a string to the output.
(Overrides TextWriterAdapter Write(String).)
Public methodOnlineWrite(String, Object)
Writes out a formatted string, using the same semantics as OnlineFormat(String, Object).
(Inherited from OnlineTextWriter.)
Public methodOnlineWrite(String,  Object )
Writes out a formatted string, using the same semantics as OnlineFormat(String, Object).
(Inherited from OnlineTextWriter.)
Public methodOnlineWrite(String, Object, Object)
Writes out a formatted string, using the same semantics as OnlineFormat(String, Object).
(Inherited from OnlineTextWriter.)
Public methodWrite( Char , Int32, Int32)
Writes a buffer to the underlying writer
(Overrides TextWriterAdapter Write( Char , Int32, Int32).)
Public methodOnlineWrite(String, Object, Object, Object)
Writes out a formatted string, using the same semantics as OnlineFormat(String, Object).
(Inherited from OnlineTextWriter.)
Public methodOnlineWriteLine 
Writes a line terminator to the text stream.
(Inherited from OnlineTextWriter.)
Public methodOnlineWriteLine(Char)
Writes a character followed by a line terminator to the text stream.
(Inherited from OnlineTextWriter.)
Public methodOnlineWriteLine( Char )
Writes an array of characters followed by a line terminator to the text stream.
(Inherited from OnlineTextWriter.)
Public methodOnlineWriteLine(Boolean)
Writes the text representation of a Boolean followed by a line terminator to the text stream.
(Inherited from OnlineTextWriter.)
Public methodOnlineWriteLine(Int32)
Writes the text representation of a 4-byte signed integer followed by a line terminator to the text stream.
(Inherited from OnlineTextWriter.)
Public methodOnlineWriteLine(UInt32)
Writes the text representation of a 4-byte unsigned integer followed by a line terminator to the text stream.
(Inherited from OnlineTextWriter.)
Public methodOnlineWriteLine(Int64)
Writes the text representation of an 8-byte signed integer followed by a line terminator to the text stream.
(Inherited from OnlineTextWriter.)
Public methodOnlineWriteLine(UInt64)
Writes the text representation of an 8-byte unsigned integer followed by a line terminator to the text stream.
(Inherited from OnlineTextWriter.)
Public methodOnlineWriteLine(Single)
Writes the text representation of a 4-byte floating-point value followed by a line terminator to the text stream.
(Inherited from OnlineTextWriter.)
Public methodOnlineWriteLine(Double)
Writes the text representation of a 8-byte floating-point value followed by a line terminator to the text stream.
(Inherited from OnlineTextWriter.)
Public methodOnlineWriteLine(Decimal)
Writes the text representation of a decimal value followed by a line terminator to the text stream.
(Inherited from OnlineTextWriter.)
Public methodOnlineWriteLine(String)
Writes a string followed by a line terminator to the text stream.
(Inherited from OnlineTextWriter.)
Public methodOnlineWriteLine(Object)
Writes the text representation of an object by calling ToString on this object, followed by a line terminator to the text stream.
(Inherited from OnlineTextWriter.)
Public methodOnlineWriteLine(String, Object)
Writes out a formatted string and a new line, using the same semantics as OnlineFormat(String, Object).
(Inherited from OnlineTextWriter.)
Public methodOnlineWriteLine(String,  Object )
Writes out a formatted string and a new line, using the same semantics as OnlineFormat(String, Object).
(Inherited from OnlineTextWriter.)
Public methodOnlineWriteLine( Char , Int32, Int32)
Writes a subarray of characters followed by a line terminator to the text stream.
(Inherited from OnlineTextWriter.)
Public methodOnlineWriteLine(String, Object, Object)
Writes out a formatted string and a new line, using the same semantics as OnlineFormat(String, Object).
(Inherited from OnlineTextWriter.)
Public methodOnlineWriteLine(String, Object, Object, Object)
Writes out a formatted string and a new line, using the same semantics as OnlineFormat(String, Object).
(Inherited from OnlineTextWriter.)
Back to Top
Fields

  NameDescription
Protected fieldOnlineCoreNewLine
Stores the new line characters used for this TextWriter.
(Inherited from OnlineTextWriter.)
Back to Top
Properties

  NameDescription
Public propertyClosed
Gets a value indicating whether this writer is closed.
Public propertyEncoding
The Encoding in which the output is written
(Inherited from TextWriterAdapter.)
Public propertyErrorHandler
Gets or sets the error handler that all errors are passed to.
Public propertyFormatProvider
Gets an object that controls formatting
(Inherited from TextWriterAdapter.)
Public propertyNewLine
Gets or sets the line terminator string used by the TextWriter
(Inherited from TextWriterAdapter.)
Protected propertyWriter
Gets or sets the underlying OnlineTextWriter.
(Inherited from TextWriterAdapter.)
Back to Top
See Also