RollInterval Enumeration

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Defines the frecuency when the file need to be rolled.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners
Assembly:  Microsoft.Practices.EnterpriseLibrary.Logging (in Microsoft.Practices.EnterpriseLibrary.Logging.dll)

Syntax

'Declaration
PublicEnumerationRollInterval
publicenumRollInterval
publicenum classRollInterval
publicenum 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

See Also

Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.