Class EdgeDiagnosticsRenderer
- Namespace
- Qavren.Edge.Diagnostics
- Assembly
- Qavren.Edge.Core.dll
Renders an EdgeDiagnosticsReport for humans and for machines.
public static class EdgeDiagnosticsRenderer
- Inheritance
-
EdgeDiagnosticsRenderer
- Inherited Members
Methods
- ToJson(EdgeDiagnosticsReport)
Renders the report as indented JSON. Written with Utf8JsonWriter rather than
JsonSerializerso the assembly stays AOT- and trim-clean without a serializer context.
- ToText(EdgeDiagnosticsReport)
Renders the report as a support-friendly plain-text block.