mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Suppress ERROR messages with log-severity=disable (issue #2581)
Also expose FATAL severity level.
This commit is contained in:
@@ -12,6 +12,7 @@ const char kLogSeverity_Verbose[] = "verbose";
|
||||
const char kLogSeverity_Info[] = "info";
|
||||
const char kLogSeverity_Warning[] = "warning";
|
||||
const char kLogSeverity_Error[] = "error";
|
||||
const char kLogSeverity_Fatal[] = "fatal";
|
||||
const char kLogSeverity_Disable[] = "disable";
|
||||
|
||||
// Path to resources directory.
|
||||
|
Reference in New Issue
Block a user