Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/subquery/subql
/ log
Method
log
packages/node-core/src/logger.ts:57–60 ·
view source on GitHub ↗
(message: any)
Source
from the content-addressed store, hash-verified
55
}
56
57
log(message: any): void {
58
// if (!this.debugLevel) return;
59
this.logger.info(message);
60
}
61
62
warn(message: any): void {
63
// if (!this.debugLevel) return;
Callers
15
buildManifestFromLocation
Function · 0.45
codegen
Function · 0.45
generateModels
Function · 0.45
generateDatasourceTemplates
Function · 0.45
generate-controller.spec.ts
File · 0.45
getProject
Function · 0.45
validateAndAddChainManifest
Function · 0.45
updateDockerCompose
Function · 0.45
migrateMapping
Function · 0.45
copyAbiFilesToTargetPathAsync
Function · 0.45
migrateSchema
Function · 0.45
migrate-schema.controller.spec.ts
File · 0.45
Calls
no outgoing calls
Tested by
1
removeLinesFromFile
Function · 0.36