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

Method warn

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

Source from the content-addressed store, hash-verified

10export interface ILogger {
11 error(message: string, ...data: Arguments): void;
12 warn(message: string, ...data: Arguments): void;
13 info(message: string, ...data: Arguments): void;
14 debug(message: string, ...data: Arguments): void;
15 trace(message: string, ...data: Arguments): void;

Implementers 3

ConsoleHijackersrc/test/web/customReporter.ts
OutputChannelLoggersrc/platform/logging/outputChannelLogg
ConsoleLoggersrc/platform/logging/consoleLogger.ts

Calls

no outgoing calls

Tested by

no test coverage detected