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

Method debug

src/logger.ts:12–12  ·  view source on GitHub ↗
(message: string | Error, err?: Error)

Source from the content-addressed store, hash-verified

10 warn(message: string): void;
11 error(message: string | Error, err?: Error): void;
12 debug(message: string | Error, err?: Error): void;
13}
14
15const levelColors: Record<LogLevel, string> = {

Callers 4

logFunction · 0.80
logger.tsFile · 0.80
logger.test.tsFile · 0.80
bindFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected