CountingQuietTextWriter Count Property Apache log4net™ SDK Documentation
Gets or sets the total number of bytes written.

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public long Count { get; set; }

Property Value

Type: OnlineInt64
The total number of bytes written.
Remarks

Gets or sets the total number of bytes written.

See Also