MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / debug

Method debug

packages/vscode-shim/src/utils/logger.ts:26–30  ·  view source on GitHub ↗
(message: string, context?: string, _meta?: unknown)

Source from the content-addressed store, hash-verified

24 }
25
26 debug(message: string, context?: string, _meta?: unknown): void {
27 if (process.env.DEBUG) {
28 console.debug(`[${context || "DEBUG"}] ${message}`)
29 }
30 }
31}
32
33let logger: Logger = new ConsoleLogger()

Callers

nothing calls this directly

Calls 1

debugMethod · 0.65

Tested by

no test coverage detected