[][src]Function wasm_bindgen_test::__rt::__wbgtest_console_log

pub fn __wbgtest_console_log(args: &Array)

Handler for console.log invocations.

If a test is currently running it takes the args array and stringifies it and appends it to the current output of the test. Otherwise it passes the arguments to the original console.log function, psased as original.