Share via


LoggingRolloverPeriod Enum

Definition

Determines when a new IIS log file is created.

public enum class LoggingRolloverPeriod
public enum LoggingRolloverPeriod
type LoggingRolloverPeriod = 
Public Enum LoggingRolloverPeriod
Inheritance
LoggingRolloverPeriod

Fields

Name Value Description
MaxSize 0

A new SiteLogFile will be created when the maximum log file size is reached.

Daily 1

A new SiteLogFile object will be created each day.

Weekly 2

A new SiteLogFile will be created each week.

Monthly 3

A new SiteLogFile will be created each month.

Hourly 4

A new SiteLogFile will be created each hour.

Remarks

Values in this enumeration determine the interval at which a log rolls over to a new file.

Applies to