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

Method debug

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

Source from the content-addressed store, hash-verified

69 }
70
71 debug(msg: string, meta?: Record<string, unknown>): void { void this.write('debug', msg, meta); }
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); }

Callers 15

bootstrapFunction · 0.80
shutdownFunction · 0.80
executeMethod · 0.80
closeBrowserFunction · 0.80
getParserFunction · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
closeAllFunction · 0.80
countTokensFunction · 0.80
notifyDesktopFunction · 0.80
isHostReachableFunction · 0.80

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected