II.
Library JSON
Structured · livelibrary:nlog
NLog json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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"
}
]
}