MCPcopy
hub / github.com/triggerdotdev/trigger.dev / debug

Method debug

packages/trigger-sdk/src/types.ts:61–61  ·  view source on GitHub ↗
(message: string, properties?: Record<string, any>)

Source from the content-addressed store, hash-verified

59
60export interface TaskLogger {
61 debug(message: string, properties?: Record<string, any>): Promise<void>;
62 info(message: string, properties?: Record<string, any>): Promise<void>;
63 warn(message: string, properties?: Record<string, any>): Promise<void>;
64 error(message: string, properties?: Record<string, any>): Promise<void>;

Callers 15

onSuccessFunction · 0.65
startDevFunction · 0.65
runBuildFunction · 0.65
setupFunction · 0.65
useDevFunction · 0.65
_deployCommandFunction · 0.65
buildAndPushImageFunction · 0.65
compileProjectFunction · 0.65

Implementers 4

LoggerAPIpackages/core/src/v3/logger/index.ts
OtelTaskLoggerpackages/core/src/v3/logger/taskLogger
NoopTaskLoggerpackages/core/src/v3/logger/taskLogger
IOLoggerpackages/trigger-sdk/src/io.ts

Calls

no outgoing calls

Tested by

no test coverage detected