Represents the valid values of logging levels available with the IEDriverServer.exe.
Namespace: OpenQA.Selenium.IEAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Trace | 0 | Represents the Trace value, the most detailed logging level available. | |
Debug | 1 | Represents the Debug value | |
Info | 2 | Represents the Info value | |
Warn | 3 | Represents the Warn value | |
Error | 4 | Represents the Error value | |
Fatal | 5 | Represents the Fatal value, the least detailed logging level available. |
See Also