Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
test
/
e2e
/
resources
/
console
/
log-source.js
blob: f0c0e719602470da7991b784127c5e38b4afc360 [
file
] [
log
] [
blame
]
// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
function
log2
()
{
console
.
log
.
apply
(
console
,
arguments
);
}