Suppress ERROR messages with log-severity=disable (issue #2581)

Also expose FATAL severity level.
This commit is contained in:
Marshall Greenblatt
2019-01-29 14:53:17 -05:00
parent f962b5863e
commit 995dd0ba19
4 changed files with 23 additions and 4 deletions

View File

@@ -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.