fn console_message_to_stdout(global: &GlobalScope, message: &DOMString)
Expand description
On OHOS/ Android, stdout and stderr will be redirected to go
to the logger. As Console::method
and Console::send_string_message
already forwards all messages to the logger with appropriate level
this does not need to do anything for these targets.