MCPcopy
hub / github.com/node-cron/node-cron / setLogger

Function setLogger

src/logger.ts:92–94  ·  view source on GitHub ↗
(logger: Logger)

Source from the content-addressed store, hash-verified

90 * all output, or your own implementation to integrate with your app's logging.
91 */
92export function setLogger(logger: Logger): void {
93 activeLogger = logger ?? defaultLogger;
94}
95
96/**
97 * Restores the built-in console logger.

Callers 1

logger.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected