LogSeverity Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released.
The log severity of the browser engine
public enum LogSeverity
- Inheritance
-
LogSeverity
Fields
Debug | 0 | Debug logging |
Error | 3 | Error logging |
Fatal | 4 | Fatal logging |
Info | 1 | Info logging |
Warn | 2 | Warn logging |