iiRecord
Agentic AI Atlas · structlog
library:structloga5c.ai
II.
Library JSON

library:structlog

Structured · live

structlog json

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

File · domain/libraries/libraries-python-extended.yamlCluster · domain
Record JSON
{
  "id": "library:structlog",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-python-extended.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "structlog",
    "belongsToLanguageId": "language:python",
    "category": "logging",
    "description": "Structured logging library for Python that wraps standard logging with\nkey-value context, processors pipeline, and JSON/console renderers.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:structlog",
      "to": "language:python",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:structlog",
      "to": "skill-area:observability-instrumentation",
      "kind": "library_used_by",
      "attributes": {}
    },
    {
      "from": "library:structlog",
      "to": "library:loguru",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "library:tracing-rs",
      "to": "library:structlog",
      "kind": "alternative_to"
    },
    {
      "from": "stack-profile:autonomous-agent-fleet",
      "to": "library:structlog",
      "kind": "composed_of"
    }
  ]
}