MCPcopy
hub / github.com/ampproject/amphtml / dev

Function dev

src/utils/log.js:607–618  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

605 * @return {!Log}
606 */
607export function dev() {
608 return (
609 logs.dev ||
610 (logs.dev = callLogConstructor((logNum) =>
611 logNum >= 3
612 ? LogLevel_Enum.FINE
613 : logNum >= 2
614 ? LogLevel_Enum.INFO
615 : LogLevel_Enum.OFF
616 ))
617 );
618}
619
620/**
621 * @param {!Window} win

Callers 15

input.jsFile · 0.90
helloFunction · 0.90
helloAgainFunction · 0.90
methodMethod · 0.90
output.mjsFile · 0.90
methodMethod · 0.90
input.jsFile · 0.90
helloFunction · 0.90
helloAgainFunction · 0.90
methodMethod · 0.90
output.mjsFile · 0.90
addContextToIframeMethod · 0.90

Calls 1

callLogConstructorFunction · 0.85

Tested by

no test coverage detected