MCPcopy
hub / github.com/agent-infra/sandbox / debug

Method debug

sdk/js/src/core/logging/logger.ts:67–69  ·  view source on GitHub ↗
(message: string, ...args: unknown[])

Source from the content-addressed store, hash-verified

65 */
66export class ConsoleLogger implements ILogger {
67 debug(message: string, ...args: unknown[]): void {
68 console.debug(message, ...args);
69 }
70 info(message: string, ...args: unknown[]): void {
71 console.info(message, ...args);
72 }

Callers

nothing calls this directly

Calls 1

debugMethod · 0.65

Tested by

no test coverage detected