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

Method debug

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

Source from the content-addressed store, hash-verified

8 warn(message: string, context?: string, meta?: unknown): void
9 error(message: string, context?: string, meta?: unknown): void
10 debug(message: string, context?: string, meta?: unknown): void
11}
12
13class ConsoleLogger implements Logger {

Callers 14

debugMethod · 0.65
logger.tsFile · 0.65
handleDiffCommandMethod · 0.65
setRuntimeConfigFunction · 0.65
clearRuntimeConfigFunction · 0.65
updateMethod · 0.65
reloadMethod · 0.65
onDidOpenTextDocumentMethod · 0.65
openTextDocumentMethod · 0.65
createTerminalMethod · 0.65
showTextDocumentMethod · 0.65

Implementers 3

ConsoleLoggerpackages/vscode-shim/src/utils/logger.
DebugLoggerpackages/core/src/debug-log/index.ts
CompactLoggersrc/utils/logging/CompactLogger.ts

Calls

no outgoing calls

Tested by

no test coverage detected