MCPcopy
hub / github.com/KeygraphHQ/shannon / warn

Method warn

apps/worker/src/types/activity-logger.ts:13–13  ·  view source on GitHub ↗
(message: string, attrs?: Record<string, unknown>)

Source from the content-addressed store, hash-verified

11export interface ActivityLogger {
12 info(message: string, attrs?: Record<string, unknown>): void;
13 warn(message: string, attrs?: Record<string, unknown>): void;
14 error(message: string, attrs?: Record<string, unknown>): void;
15}

Callers 15

createVulnValidatorFunction · 0.65
validateConfigFunction · 0.65
syncCodePathDenyRulesFunction · 0.65
assembleReportActivityFunction · 0.65
loadResumeStateFunction · 0.65
restoreGitCheckpointFunction · 0.65
logWorkflowCompleteFunction · 0.65
aggregatePipelineResultsFunction · 0.65
warnMethod · 0.65
validateAgentOutputFunction · 0.65

Implementers 1

TemporalActivityLoggerapps/worker/src/temporal/activity-logg

Calls

no outgoing calls

Tested by

no test coverage detected