Table of Contents

Enum LogLevel

Namespace
OpenQA.Selenium
Assembly
WebDriver.dll

Represents the levels of logging available to driver instances.

public enum LogLevel

Fields

All = 0

Show all log messages.

Debug = 1

Show messages with information useful for debugging.

Info = 2

Show informational messages.

Off = 5

Show no log messages.

Severe = 4

Show messages corresponding to critical issues.

Warning = 3

Show messages corresponding to non-critical issues.