RollInterval Enumeration
Applies to: Semantic Logging 2.0
Defines the frequency when the file need to be rolled.
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 enum RollInterval
'Declaration
Public Enumeration 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