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

Interface ActivityLogger

apps/worker/src/types/activity-logger.ts:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 * Keeps services Temporal-agnostic while providing structured logging.
10 */
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 24

uninstallFunction · 0.65
setupVertexFunction · 0.65
writeDeliverableFunction · 0.65
runPreflightValidationFunction · 0.65
syncCodePathDenyRulesFunction · 0.65
assembleReportActivityFunction · 0.65
createVulnValidatorFunction · 0.65
validateConfigFunction · 0.65
syncCodePathDenyRulesFunction · 0.65

Implementers 1

TemporalActivityLoggerapps/worker/src/temporal/activity-logg

Calls

no outgoing calls

Tested by

no test coverage detected