CefSettings LogSeverity Property Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

The log severity. Only messages of this severity level or higher will be logged. Also configurable using the "log-severity" command-line switch with a value of "verbose", "info", "warning", "error", "error-report" or "disable".

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public CefLogSeverity LogSeverity { get; set; }

Property Value

Type: CefLogSeverity
See Also