MCPcopy
hub / github.com/claude-code-best/claude-code / debug

Method debug

packages/mcp-client/src/interfaces.ts:6–6  ·  view source on GitHub ↗
(message: string, ...args: unknown[])

Source from the content-addressed store, hash-verified

4/** Logging interface */
5export interface Logger {
6 debug(message: string, ...args: unknown[]): void
7 info(message: string, ...args: unknown[]): void
8 warn(message: string, ...args: unknown[]): void
9 error(message: string, ...args: unknown[]): void

Callers 15

safeCloseFunction · 0.65
installConnectionMonitorFunction · 0.65
createCleanupFunction · 0.65
buildConnectedServerFunction · 0.65
callMcpToolFunction · 0.65
onRenderMethod · 0.65
scanElementSubtreeMethod · 0.65
suspendStdinMethod · 0.65
resumeStdinMethod · 0.65
toDebugMethod · 0.65
interceptMethod · 0.65

Implementers 3

DebugLoggersrc/utils/computerUse/hostAdapter.ts
DebugLoggersrc/utils/claudeInChrome/mcpServer.ts
ClaudeCodeDiagLoggersrc/utils/telemetry/logger.ts

Calls

no outgoing calls

Tested by

no test coverage detected