Skip to content

DLOG(INFO) not working anymore in 132 #3871

Closed as not planned
Closed as not planned
@jasminjasmin2

Description

@jasminjasmin2

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugBug report

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions