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 = 1The log file format is binary.
Custom = 2The log file format is custom.
Iis = 3The log file format is IIS.
Ncsa = 4The log file format is NCSA.
Unknown = 0The log file format is unknown.
W3C = 5The log file format is W3C.