MCPcopy
hub / github.com/microsoft/vscode-js-debug / log

Method log

src/common/logging/index.ts:82–82  ·  view source on GitHub ↗
(item: ILogItem<unknown>)

Source from the content-addressed store, hash-verified

80export interface ILogger extends IDisposable {
81 setup(options: ILoggerSetupOptions): Promise<void>;
82 log(item: ILogItem<unknown>): void;
83 info(tag: LogTag, msg?: string, metadata?: unknown): void;
84 verbose(tag: LogTag, msg?: string, metadata?: unknown): void;
85 warn(tag: LogTag, msg?: string, metadata?: unknown): void;

Callers 15

incrementalEsbuildFunction · 0.65
startDebugServerFunction · 0.65
dapDebugServer.tsFile · 0.65
launchRootMethod · 0.65
vsDebugServer.tsFile · 0.65
startDebugServerFunction · 0.65
evaluateMethod · 0.65
waitForPauseFunction · 0.65
assertLogMethod · 0.65
wasm.test.tsFile · 0.65
logTargetFunction · 0.65

Implementers 2

Loggersrc/common/logging/logger.ts
ProxyLoggersrc/common/logging/proxyLogger.ts

Calls

no outgoing calls

Tested by 6

waitAndStayPausedFunction · 0.52
testPrettyPrintsFunction · 0.52
waitForPauseFunction · 0.52
waitForPauseFunction · 0.52
waitForPauseFunction · 0.52
evaluateFunction · 0.52