Module console

Source

Structsยง

Console ๐Ÿ”’
https://developer.mozilla.org/en-US/docs/Web/API/Console

Enumsยง

IncludeStackTrace ๐Ÿ”’

Constantsยง

MAX_LOG_CHILDREN ๐Ÿ”’
The maximum elements in an object logged by console methods.
MAX_LOG_DEPTH ๐Ÿ”’
The maximum object depth logged by console methods.

Functionsยง

console_argument_from_handle_value ๐Ÿ”’
console_message_to_stdout ๐Ÿ”’
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.
get_js_stack ๐Ÿ”’
handle_value_to_string ๐Ÿ”’ โš 
maybe_stringify_dom_object ๐Ÿ”’
stringify_handle_value ๐Ÿ”’
stringify_handle_values ๐Ÿ”’
with_stderr_lock ๐Ÿ”’