MCPcopy
hub / github.com/node-cron/node-cron / logger.ts

File logger.ts

src/logger.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1type LogLevel = 'INFO' | 'WARN' | 'ERROR' | 'DEBUG';
2
3/**
4 * Logging interface used internally by node-cron. Provide your own

Callers

nothing calls this directly

Calls 4

infoMethod · 0.80
warnMethod · 0.80
errorMethod · 0.80
debugMethod · 0.80

Tested by

no test coverage detected