Hyperlinkv0.9.0-beta.0

Daemon

Daemon.daemonLogEntryconstsrc/Daemon.ts:1555
Schema.Struct<{
  readonly date: Schema.String
  readonly level: Schema.Literals<
    readonly [
      "All",
      "Fatal",
      "Error",
      "Warn",
      "Info",
      "Debug",
      "Trace",
      "None"
    ]
  >
  readonly message: Schema.String
  readonly cause: Schema.optional<Schema.String>
  readonly annotations: Schema.$Record<Schema.String, Schema.String>
  readonly spans: Schema.$Array<Schema.String>
}>

Log entry wire schema — alias of LogEntrySchema. Per-HyperService logs use Hyperlink.logs.

wire schemasLogEntrySchemaHyperlink.logs
Source src/Daemon.ts:15551 lines