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 = 7
All events are logged.
Errors = 1
Only errors are logged.
ErrorsWarnings = 2
Errors and warnings are logged.
None = 0
No events are logged.
Unknown = 8
The logging level is unknown.