MCPcopy
hub / github.com/webpack/webpack / debug

Method debug

lib/logging/Logger.js:92–94  ·  lib/logging/Logger.js::WebpackLogger.debug

* Processes the provided arg. * @param {Args} args args

(...args)

Source from the content-addressed store, hash-verified

90 * @param {Args} args args
91 */
92 debug(...args) {
93 this[LOG_SYMBOL](LogType.debug, args);
94 }
95
96 /**
97 * Processes the provided condition.

Callers 15

toCodeFunction · 0.80
_logMethod · 0.80
processCapturedFilesMethod · 0.80
callbackMethod · 0.80
createSnapshotMethod · 0.80
reportProfileFunction · 0.80
logByValueMethod · 0.80
setMethod · 0.80
serializeMethod · 0.80
deserializeMethod · 0.80

Calls

no outgoing calls

Tested by 1

applyMethod · 0.64