log4net SDK Reference

CountingQuietTextWriter.Write Method (Char)

Writes a character to the underlying writer and counts the number of bytes written.

[Visual Basic]
Overrides Overloads Public Sub Write( _
   ByVal value As Char _
)
[C#]
public override void Write(
   char value
);

Parameters

value
the char to write

Remarks

Overrides implementation of QuietTextWriter. Counts the number of bytes written.

See Also

CountingQuietTextWriter Class | log4net.Util Namespace | CountingQuietTextWriter.Write Overload List