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

Method info

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

Source from the content-addressed store, hash-verified

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>;
65}

Callers 15

preExitTasksFunction · 0.65
_initCommandFunction · 0.65
logoutFunction · 0.65
listProfilesFunction · 0.65
printInitialBannerFunction · 0.65
registerHandlersMethod · 0.65
registerHandlersMethod · 0.65
constructorMethod · 0.65
constructorMethod · 0.65
infoMethod · 0.65
initializeGitFunction · 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