II.
Library JSON
Structured · livelibrary:serilog
Serilog json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:serilog",
"_kind": "Library",
"_file": "domain/libraries/libraries-dotnet.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Serilog",
"belongsToLanguageId": "language:csharp",
"category": "logging",
"description": "Structured logging library for .NET with a rich sink ecosystem (Console,\nFile, Seq, Elasticsearch, Application Insights); supports message templates,\nenrichers, log-level filtering, and async buffered sink wrappers.\n"
},
"outgoingEdges": [
{
"from": "library:serilog",
"to": "language:csharp",
"kind": "belongs_to_language"
},
{
"from": "library:serilog",
"to": "skill-area:observability-instrumentation",
"kind": "library_used_by",
"attributes": {}
},
{
"from": "library:serilog",
"to": "library:nlog",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "stack-profile:fsharp-web-api",
"to": "library:serilog",
"kind": "composed_of"
}
]
}