/** * US-011 — unit tests for the pino logger factory + the 3-log diagnostic * chain's CLIENT-side correlated fields. * * The PRD requires three correlated logs sharing the same `sequenceNumber`: * 1. `watcher.emit` — client push (US-008 PushEventEmitter) [client] * 2. `push.receive` — server (hq-pro) [server] * 3. `fanout.receive` — client fanout-receive (US-009 receiver) [client] * * This package owns the two CLIENT-side links. These tests prove: * - `createLogger` stamps the `component` tag on every line and respects * level + injected destination. * - the watcher emits `event=watcher.emit` carrying `sequenceNumber`. * - the receiver emits `event=fanout.receive` carrying the SAME * `sequenceNumber` → an operator can join the two client links (and the * server `push.receive` line, which carries the same key) end-to-end. */ export {}; //# sourceMappingURL=logger.test.d.ts.map