chromium/third_party/blink/web_tests/http/tests/devtools/console/resources/log-source.js

function log2()
{
    console.log.apply(console, arguments);
}