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

Method log

scripts/logger.js:24–26  ·  view source on GitHub ↗

* 信息日志 (蓝色)

(...args)

Source from the content-addressed store, hash-verified

22 * 信息日志 (蓝色)
23 */
24 static log(...args) {
25 console.log(colors.blue + '[INFO]' + colors.reset, ...args);
26 }
27
28 /**
29 * 成功日志 (绿色)

Callers 15

server.jsFile · 0.45
logFunction · 0.45
logFunction · 0.45
sentry.jsFile · 0.45
deploy-prepare.jsFile · 0.45
replaceConsoleLogsFunction · 0.45
mainFunction · 0.45
runStepFunction · 0.45
mainFunction · 0.45
generateSecurityReportFunction · 0.45
checkSecurityConfigFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected