iiRecord
Agentic AI Atlas · LogLevel (string union)
shared-context-spec:agent-mux-observability-log-levela5c.ai
II.
SharedContextSpec JSON

shared-context-spec:agent-mux-observability-log-level

Structured · live

LogLevel (string union) json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/shared-context-specs/agent-mux-observability-types.yamlCluster · extensions
Record JSON
{
  "id": "shared-context-spec:agent-mux-observability-log-level",
  "_kind": "SharedContextSpec",
  "_file": "extensions/shared-context-specs/agent-mux-observability-types.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "LogLevel (string union)",
    "contextKind": "type-alias",
    "typescriptInterface": "LogLevel",
    "producerIface": "@a5c-ai/agent-mux-observability Logger.level",
    "consumerIfaces": [
      "@a5c-ai/agent-mux-observability logger.ts (createLogger level filter)"
    ],
    "fieldSchema": [
      "value:enum<trace|debug|info|warn|error|fatal>:required:Severity ladder"
    ],
    "sourceCitation": "packages/agent-mux/observability/src/types.ts:8"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "package:a5c-ai-agent-mux-observability",
      "to": "shared-context-spec:agent-mux-observability-log-level",
      "kind": "has_payload_schema",
      "attributes": {}
    }
  ]
}