Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/triggerdotdev/trigger.dev
/ #getTaskLogger
Method
#getTaskLogger
packages/core/src/v3/logger/index.ts:54–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
}
53
54
#getTaskLogger(): TaskLogger {
55
return
getGlobal(API_NAME) ?? NOOP_TASK_LOGGER;
56
}
57
}
Callers
6
debug
Method · 0.95
log
Method · 0.95
info
Method · 0.95
warn
Method · 0.95
error
Method · 0.95
trace
Method · 0.95
Calls
1
getGlobal
Function · 0.90
Tested by
no test coverage detected