Enum MicrosoftDnsServerEventLogLevel
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the event logging level for the DNS server.
public enum MicrosoftDnsServerEventLogLevel
Fields
All = 7All events are logged.
Errors = 1Only errors are logged.
ErrorsWarnings = 2Errors and warnings are logged.
None = 0No events are logged.
Unknown = 8The logging level is unknown.