CountingQuietTextWriter Write Method Apache log4net™ SDK Documentation
Overload List

  NameDescription
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 and counts the number of bytes written.
(Overrides QuietTextWriter Write(Char).)
Public methodWrite(String)
Writes a string to the output and counts the number of bytes written.
(Overrides QuietTextWriter 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 and counts the number of bytes written.
(Overrides QuietTextWriter 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.)
Back to Top
See Also