MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / debug

Method debug

src/platform/logging/consoleLogger.ts:29–31  ·  view source on GitHub ↗
(message: string, ...data: Arguments)

Source from the content-addressed store, hash-verified

27 }
28
29 public debug(message: string, ...data: Arguments): void {
30 console.log(formatMessage('debug', `${this.prefix || ''} ${message}`, ...data));
31 }
32 public trace(message: string, ...data: Arguments): void {
33 console.trace(formatMessage('trace', `${this.prefix || ''} ${message}`, ...data));
34 }

Callers

nothing calls this directly

Calls 2

formatMessageFunction · 0.85
logMethod · 0.80

Tested by

no test coverage detected