MCPcopy Create free account
hub / github.com/Silentely/eSIM-Tools / debug

Method debug

scripts/logger.js:52–56  ·  view source on GitHub ↗

* 调试日志 (灰色)

(...args)

Source from the content-addressed store, hash-verified

50 * 调试日志 (灰色)
51 */
52 static debug(...args) {
53 if (process.env.DEBUG || process.env.VERBOSE) {
54 console.log(colors.gray + '[DEBUG]' + colors.reset, ...args);
55 }
56 }
57
58 /**
59 * 标题日志 (粗体青色)

Callers 3

bff-proxy.jsFile · 0.45
logger.test.jsFile · 0.45

Calls 1

logMethod · 0.45

Tested by

no test coverage detected