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

Method warn

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

Source from the content-addressed store, hash-verified

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}
66

Callers 15

printWarningsFunction · 0.65
compileProjectFunction · 0.65
exitHandlerFunction · 0.65
getLoggerLevelFunction · 0.65
logBuildWarningsFunction · 0.65
prettyWarningFunction · 0.65
printInitialBannerFunction · 0.65
warnMethod · 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