Share via


RollingFlatFileSink.Tally Property

Applies to: Semantic Logging 2.0

Gets the tally of the length of the string.

Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Sinks
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.TextFile (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.TextFile.dll) Version: 2.0.1406.1

Syntax

public long Tally { get; }
'Declaration
Public ReadOnly Property Tally As Long
    Get

Property Value

Type: Int64
The tally of the length of the string.

See Also

RollingFlatFileSink Class

RollingFlatFileSink Members

Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Sinks Namespace