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

Method connectTo

src/common/logging/proxyLogger.ts:13–15  ·  view source on GitHub ↗

* Connects this logger to the given instance.

(logger: ILogger)

Source from the content-addressed store, hash-verified

11 * Connects this logger to the given instance.
12 */
13 public connectTo(logger: ILogger) {
14 this.target = { logger };
15 }
16
17 /**
18 * @inheritdoc

Callers 2

startDebugServerFunction · 0.95
launchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected