MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / setLogger

Function setLogger

packages/vscode-shim/src/utils/logger.ts:40–42  ·  view source on GitHub ↗
(customLogger: Logger)

Source from the content-addressed store, hash-verified

38 * @param customLogger - Your logger implementation
39 */
40export function setLogger(customLogger: Logger): void {
41 logger = customLogger
42}
43
44/**
45 * Get the current logger

Callers 3

runFunction · 0.90
logger.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected