Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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} */
4
var
logLevel =
"info"
;
Callers
nothing calls this directly
Calls
5
shouldLog
Function · 0.85
logGroup
Function · 0.85
log
Method · 0.80
warn
Method · 0.80
error
Method · 0.45
Tested by
no test coverage detected