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

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

function warn2()
{
    console.warn.apply(console, arguments);
}