Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/node-cron/node-cron
/ info
Function
info
src/logger.ts:52–54 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
50
*/
51
export
const
defaultLogger: Logger = {
52
info(message: string) {
53
log(
'INFO'
, message);
54
},
55
warn(message: string) {
56
log(
'WARN'
, message);
57
},
Callers
nothing calls this directly
Calls
1
log
Function · 0.85
Tested by
no test coverage detected