CefLogSeverity Enumeration |
Namespace: Internal.Xilium.CefGlue
public enum CefLogSeverity
Member name | Value | Description | |
---|---|---|---|
Default | 0 | Default logging (currently INFO logging). | |
Verbose | 1 | Verbose logging. | |
Info | 2 | INFO logging. | |
Warning | 3 | WARNING logging. | |
Error | 4 | ERROR logging. | |
ErrorReport | 5 | ERROR_REPORT logging. | |
Disable | 99 | Completely disable logging. |