MCPcopy
hub / github.com/webpack/webpack / log.js

File log.js

hot/log.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/** @typedef {"info" | "warning" | "error"} LogLevel */
2
3/** @type {LogLevel} */
4var logLevel = "info";

Callers

nothing calls this directly

Calls 5

shouldLogFunction · 0.85
logGroupFunction · 0.85
logMethod · 0.80
warnMethod · 0.80
errorMethod · 0.45

Tested by

no test coverage detected