Table of Contents

Enum IisLogFileRolloverMethod

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

The IIS log file rollover method.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum IisLogFileRolloverMethod

Fields

Daily = 1

The log file rollover method is daily.

Hourly = 2

The log file rollover method is hourly.

MaximumSize = 3

The log file rollover method is maximum file size.

Monthly = 4

The log file rollover method is monthly.

Unknown = 0

The log file rollover method is unknown.

Weekly = 5

The log file rollover method is weekly.