Enum LogLevel
Represents the levels of logging available to driver instances.
public enum LogLevel
Fields
All = 0Show all log messages.
Debug = 1Show messages with information useful for debugging.
Info = 2Show informational messages.
Off = 5Show no log messages.
Severe = 4Show messages corresponding to critical issues.
Warning = 3Show messages corresponding to non-critical issues.