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

Interface Logger

packages/mcp-client/src/interfaces.ts:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
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
10}
11
12/** Analytics/telemetry callback */
13export interface AnalyticsSink {

Callers 32

safeCloseFunction · 0.65
installConnectionMonitorFunction · 0.65
createCleanupFunction · 0.65
buildConnectedServerFunction · 0.65
callMcpToolFunction · 0.65
onRenderMethod · 0.65
scanElementSubtreeMethod · 0.65
ensureConnectedMethod · 0.65
checkMethod · 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