Add log level to CefDisplayHandler::OnConsoleMessage (issue #2234)

This commit is contained in:
Mario Pistrich
2017-12-18 15:05:38 -05:00
committed by Marshall Greenblatt
parent c04652d193
commit 552a3bf353
10 changed files with 267 additions and 9 deletions

View File

@@ -94,6 +94,11 @@ typedef enum {
///
LOGSEVERITY_VERBOSE,
///
// DEBUG logging.
///
LOGSEVERITY_DEBUG = LOGSEVERITY_VERBOSE,
///
// INFO logging.
///