Enum IisLogFileFormat
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The IIS log file format.
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum IisLogFileFormat
Fields
Binary = 1
The log file format is binary.
Custom = 2
The log file format is custom.
Iis = 3
The log file format is IIS.
Ncsa = 4
The log file format is NCSA.
Unknown = 0
The log file format is unknown.
W3C = 5
The log file format is W3C.