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

Daily 1

A new SiteLogFile object will be created each day.

Hourly 4

A new SiteLogFile will be created each hour.

MaxSize 0

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

Monthly 3

A new SiteLogFile will be created each month.

Weekly 2

A new SiteLogFile will be created each week.

Remarks

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

Applies to