RollInterval Enumeration

Applies to: Semantic Logging Application Block 1.0

Defines the frequency when the file need to be rolled.

Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Sinks
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.dll) Version: 1.0.0.0 (1.0.1304.0)

Syntax

public enum RollInterval
'Declaration
Public Enumeration RollInterval
public enum class RollInterval

Members

Member name Value Description
None 0 None Interval.
Minute 1 Minute Interval.
Hour 2 Hour interval.
Day 3 Day Interval.
Week 4 Week Interval.
Month 5 Month Interval.
Year 6 Year Interval.
Midnight 7 At Midnight.

See Also

Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Sinks Namespace