Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DLOG(INFO) not working anymore in 132 #3871

Open
jasminjasmin2 opened this issue Jan 19, 2025 · 0 comments
Open

DLOG(INFO) not working anymore in 132 #3871

jasminjasmin2 opened this issue Jan 19, 2025 · 0 comments
Labels
bug Bug report

Comments

@jasminjasmin2
Copy link

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
@jasminjasmin2 jasminjasmin2 added the bug Bug report label Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report
Projects
None yet
Development

No branches or pull requests

1 participant