LoggingRolloverPeriod Enumeration
Determines when a new IIS log file is created.
Assembly: Microsoft.Web.Administration (in Microsoft.Web.Administration.dll)
| Member name | Description | |
|---|---|---|
| Daily | A new SiteLogFile object will be created each day. | |
| Hourly | A new SiteLogFile will be created each hour. | |
| MaxSize | A new SiteLogFile will be created when the maximum log file size is reached. | |
| Monthly | A new SiteLogFile will be created each month. | |
| Weekly | A new SiteLogFile will be created each week. |
Values in this enumeration determine the interval at which a log rolls over to a new file.
Show: