log4net SDK Reference

CountingQuietTextWriter.Count Property

Gets or sets the total number of bytes written.

[Visual Basic]
Public Property Count As Long
[C#]
public long Count {get; set;}

Property Value

The total number of bytes written.

Remarks

Gets or sets the total number of bytes written.

See Also

CountingQuietTextWriter Class | log4net.Util Namespace