cef_display_handler_t.on_console_message

Called to display a console message. Return true (1) to stop the message from being output to the console.

struct cef_display_handler_t
extern (System)
int function(cef_display_handler_t* self, cef_browser_t* browser, cef_log_severity_t level, const(cef_string_t)* message, const(cef_string_t)* source, int line) nothrow on_console_message;

Meta