MCPcopy Create free account
hub / github.com/node-cron/node-cron / resetLogger

Function resetLogger

src/logger.ts:99–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97 * Restores the built-in console logger.
98 */
99export function resetLogger(): void {
100 activeLogger = defaultLogger;
101}
102
103/**
104 * Returns the currently active global logger.

Callers 1

logger.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected