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

Function logWithoutTimestamp

build-system/common/logging.js:80–82  ·  view source on GitHub ↗

* Logs messages without a timestamp * @param {...string} messages

(...messages)

Source from the content-addressed store, hash-verified

78 * @param {...string} messages
79 */
80function logWithoutTimestamp(...messages) {
81 console.log(...messages);
82}
83
84/**
85 * Logs messages without a timestamp only during local development

Callers 15

runReleaseJobFunction · 0.85
runCiJobFunction · 0.85
determineBuildTargetsFunction · 0.85
printChangeSummaryFunction · 0.85
signalGracefulHaltFunction · 0.85
skipDependentJobsFunction · 0.85
startTimerFunction · 0.85
stopTimerFunction · 0.85
runCheckFunction · 0.85
checkExactVersionsFunction · 0.85
logErrorFunction · 0.85

Calls 1

logMethod · 0.45

Tested by

no test coverage detected