Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lingodotdev/lingo.dev
/ info
Method
info
packages/new-compiler/src/utils/logger.ts:69–71 ·
view source on GitHub ↗
(...args: any[])
Source
from the content-addressed store, hash-verified
67
}
68
69
info(...args: any[]) {
70
this.log(
"info"
, ...args);
71
}
72
73
warn(...args: any[]) {
74
this.log(
"warn"
, ...args);
Callers
15
init-logger.spec.ts
File · 0.80
_envVarsInfo
Function · 0.80
status.ts
File · 0.80
purge.ts
File · 0.80
init.ts
File · 0.80
i18n.ts
File · 0.80
cleanup.ts
File · 0.80
cursor.ts
File · 0.80
index.ts
File · 0.80
createI18nBranch
Method · 0.80
configureGit
Method · 0.80
LingoProvider__Dev
Function · 0.80
Calls
1
log
Method · 0.95
Tested by
no test coverage detected