Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
type
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
info
Method · 0.80
warn
Method · 0.80
error
Method · 0.80
debug
Method · 0.80
Tested by
no test coverage detected