Table of Contents

Enum RollInterval

Namespace
Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners
Assembly
Microsoft.Practices.EnterpriseLibrary.Logging.dll

Defines the frequency when the file need to be rolled.

public enum RollInterval

Fields

Day = 3

Day Interval

Hour = 2

Hour interval

Midnight = 7

At Midnight

Minute = 1

Minute Interval

Month = 5

Month Interval

None = 0

None Interval

Week = 4

Week Interval

Year = 6

Year Interval