MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / error

Method error

src/utils/logger.ts:74–74  ·  view source on GitHub ↗
(msg: string, meta?: Record<string, unknown>)

Source from the content-addressed store, hash-verified

72 info(msg: string, meta?: Record<string, unknown>): void { void this.write('info', msg, meta); }
73 warn(msg: string, meta?: Record<string, unknown>): void { void this.write('warn', msg, meta); }
74 error(msg: string, meta?: Record<string, unknown>): void { void this.write('error', msg, meta); }
75}
76
77export const logger = new Logger();

Callers 12

run.mjsFile · 0.80
mainFunction · 0.80
index.tsFile · 0.80
writeConfigFunction · 0.80
buildSkillCommandFunction · 0.80
runHeadlessFunction · 0.80
askUserFunction · 0.80
startBotsFunction · 0.80
listArtifactsFunction · 0.80
mainFunction · 0.80
qodex.mjsFile · 0.80

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected