Hyperlinkv0.8.0-beta.28

LogContext

LogContext.keysconstsrc/LogContext.ts:30
{
  readonly node: "node"
  readonly lineage: "hyperlink-ts/lineage"
  readonly lineId: "hyperlink-ts/lineId"
}

Standard annotation key names on LogEntry.annotations.

| Property | Annotation key (field name) | Value is | |----------|----------------------------|----------| | node | "node" | node log key (Node.Tag.key) | | lineage | "hyperlink-ts/lineage" | JSON array of lineage segment keys | | lineId | "hyperlink-ts/lineId" | Stable id for one published relay line (memo / dedupe) |

Package: hyperlink-ts/LogContext · Source: src/LogContext.ts · See docs/LOGS.md.

utilsLogEntry.annotations
Source src/LogContext.ts:308 lines
export const LogAnnotationKeys = {
  /** Annotation key whose value is the **node log key**. */
  node: "node",
  /** Annotation key whose value is JSON **lineage segment keys**. */
  lineage: "hyperlink-ts/lineage",
  /** Annotation key whose value is the stable **line id** stamped at relay publish. */
  lineId: "hyperlink-ts/lineId",
} as const;
Referenced by 2 symbols