MCPcopy
hub / github.com/cloudflare/vibesdk / ProcessLog

Interface ProcessLog

container/storage.ts:24–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22} from './types.js';
23
24export interface ProcessLog {
25 readonly instanceId: string;
26 readonly processId: string;
27 readonly level: LogLevel;
28 readonly message: string;
29 readonly stream: 'stdout' | 'stderr';
30 readonly source?: string;
31 readonly metadata?: Record<string, unknown>;
32}
33
34/**
35 * Unified storage manager with shared database connections and optimized operations

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected