You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have created a console application using CEF that was built for debug (NDEBUG is not defined).
The DLOG(INFO) << "Log Message" code no longer displays any message in console window. It was working in 124.
DLOG(ERROR) << "Log Message" still displays the message in console.
The CefSettings.log_severity is set to cef_log_severity_t::LOGSEVERITY_INFO which should allow DLOG(INFO) to display.
A debug.log file is created and it contains some information but not my info message. The messages from debug.log file are not displayed in console window.
Is there any option to restore the behavior from 124?
Versions (please complete the following information):
OS: Windows 10
CEF Version: 132
The text was updated successfully, but these errors were encountered:
Describe the bug
I have created a console application using CEF that was built for debug (NDEBUG is not defined).
The DLOG(INFO) << "Log Message" code no longer displays any message in console window. It was working in 124.
DLOG(ERROR) << "Log Message" still displays the message in console.
The CefSettings.log_severity is set to cef_log_severity_t::LOGSEVERITY_INFO which should allow DLOG(INFO) to display.
A debug.log file is created and it contains some information but not my info message. The messages from debug.log file are not displayed in console window.
Is there any option to restore the behavior from 124?
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: