MCPcopy Index your code
hub / github.com/github/copilot-sdk / logDebug

Method logDebug

nodejs/src/client.ts:554–559  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

552 }
553
554 private logDebug(message: string): void {
555 const level = this.options.logLevel?.toLowerCase();
556 if (level === "debug" || level === "all") {
557 process.stderr.write(`[copilot-sdk] ${message}\n`);
558 }
559 }
560
561 /**
562 * Creates a new CopilotClient instance.

Callers 1

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected