MCPcopy
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

debugMethod · 0.95
logMethod · 0.95
infoMethod · 0.95
warnMethod · 0.95
errorMethod · 0.95
traceMethod · 0.95

Calls 1

getGlobalFunction · 0.90

Tested by

no test coverage detected