iiRecord
Agentic AI Atlas · NLog
library:nloga5c.ai
II.
Library JSON

library:nlog

Structured · live

NLog json

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

File · domain/libraries/libraries-dotnet.yamlCluster · domain
Record JSON
{
  "id": "library:nlog",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-dotnet.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "NLog",
    "belongsToLanguageId": "language:csharp",
    "category": "logging",
    "description": "Flexible and configurable logging framework for .NET with XML/JSON\nconfiguration, dozens of built-in targets (File, Database, SMTP, Syslog),\nlayout renderers, and seamless integration with Microsoft.Extensions.Logging.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:nlog",
      "to": "language:csharp",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:nlog",
      "to": "skill-area:observability-instrumentation",
      "kind": "library_used_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "library:serilog",
      "to": "library:nlog",
      "kind": "alternative_to"
    }
  ]
}