pub fn __wbgtest_console_log(args: &Array)
Expand description

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.