log4net SDK Reference

CountingQuietTextWriter.Write Method (String)

Writes a string to the output and counts the number of bytes written.

[Visual Basic]
Overrides Overloads Public Sub Write( _
   ByVal str As String _
)
[C#]
public override void Write(
   string str
);

Parameters

str
The string data to write to the output.

Remarks

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

See Also

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