Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.js
File · 0.45
log
Function · 0.45
log
Function · 0.45
sentry.js
File · 0.45
deploy-prepare.js
File · 0.45
replaceConsoleLogs
Function · 0.45
main
Function · 0.45
inject-sentry-config.js
File · 0.45
runStep
Function · 0.45
main
Function · 0.45
generateSecurityReport
Function · 0.45
checkSecurityConfig
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected