[ Version ( since = "2.12" ) ]
public signal void console_message_sent (ConsoleMessage console_message)
Emitted when a message is sent to the console.
This can be a message produced by the use of JavaScript console API, a JavaScript exception, a security error or other errors, warnings,
debug or log messages. The console_message
contains information of the message.
console_message |
the ConsoleMessage |