MCPcopy
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

codegenFunction · 0.45
generateModelsFunction · 0.45
getProjectFunction · 0.45
updateDockerComposeFunction · 0.45
migrateMappingFunction · 0.45
migrateSchemaFunction · 0.45

Calls

no outgoing calls

Tested by 1

removeLinesFromFileFunction · 0.36