Enum IisLoggingEventDestination
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the IIS logging event destination.
[Flags]
[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum IisLoggingEventDestination
Fields
Both = File | Etw
The event destination is both file and event tracing for Windows.
Etw = 2
The event destination is event tracing for Windows.
File = 1
The event destination is file.
Unknown = 0
The event destination is unknown.